This commit is contained in:
parent
6b9e12c240
commit
715e0b7ff9
@ -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()){
|
||||||
|
Reference in New Issue
Block a user