This commit is contained in:
parent
715e0b7ff9
commit
844dcce556
@ -23,12 +23,12 @@ $(document).ready(function(){
|
||||
});
|
||||
|
||||
});
|
||||
alert('ない');
|
||||
$(document).on('click', '#button', function(e) {
|
||||
alert('ある');
|
||||
alert('ない');
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
if($('#profile-jot-form').size()){
|
||||
alert('ある');
|
||||
$(this).toggleClass('active');
|
||||
$(window).scrollTop(0);
|
||||
$('#jot-popup').toggle();
|
||||
|
Reference in New Issue
Block a user