重複の可能性:
jQuery removeAttr('type')が機能しない
やってみると
$('#button').removeAttr('type');
エラーが発生します:
type property cannot be changed
保護されたhtmlプロパティの正確なリストがあるかどうか疑問に思いました。
重複の可能性:
jQuery removeAttr('type')が機能しない
やってみると
$('#button').removeAttr('type');
エラーが発生します:
type property cannot be changed
保護されたhtmlプロパティの正確なリストがあるかどうか疑問に思いました。