LoginSignup
7
7

More than 5 years have passed since last update.

二重サブミット防止策(IE6も動くよ♪)

Last updated at Posted at 2013-06-19
application.js
$('#form_id').submit(function() {
   $('#submit_id').attr("disabled", "disabled");
});

こんな感じでいけるっぽい。
IEでどこまで動くかはわからない><

7/4修正
IE6まで動作確認済み!!

7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7