記事を大幅に修正しました
@naga3 さん、ご指摘ありがとうございます
;(function($) {
$(function() {
$('form').submit(function() {
return confirm("Are you sure to submit?");
});
});
})(jQuery);
Go to list of users who liked
More than 5 years have passed since last update.
記事を大幅に修正しました
@naga3 さん、ご指摘ありがとうございます
;(function($) {
$(function() {
$('form').submit(function() {
return confirm("Are you sure to submit?");
});
});
})(jQuery);
Register as a new user and use Qiita more conveniently
Go to list of users who liked