This commit is contained in:
Your Name 2018-10-31 15:52:23 +09:00
parent 6b9e12c240
commit 715e0b7ff9

View File

@ -23,7 +23,9 @@ $(document).ready(function(){
}); });
}); });
alert('ない');
$(document).on('click', '#button', function(e) { $(document).on('click', '#button', function(e) {
alert('ある');
e.preventDefault(); e.preventDefault();
e.stopPropagation(); e.stopPropagation();
if($('#profile-jot-form').size()){ if($('#profile-jot-form').size()){