2016-09-17 6 views

答えて

0

試し1これらの不良少年:

$('#add_item').on('click',function(){ 
     $('#myModal').modal({ 
     backdrop: 'static', 
     keyboard: false, 
     $(this).hide();    // add hide function inside of modal 
     $('#add_item').hover(function() { // add hover event handler && function inside of modal 
      $(this).text('new text'); 
     }); 
     }); 
     $('.class').hide();    // add hide function outside of modal 
     $('.class').hover(function(){ // add hover event handler && function outside of modal 
     $('#add_item'). 
     }); 
}); 
追加したいんどのような機能
関連する問題