[jQuery]input要素にdisabledを設定する

設定
$(“#update").prop('disabled’, true);
解除
$(“#update").prop('disabled’, false);

Software

Posted by arkgame