Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザー インターフェイスのテキスト ボックスに値を表示しようとしています。ユーザーが値を変更または削除しようとすると、テキストボックスの値の変更を無効にする必要があります。jqueryを使用してこれを行うにはどうすればよいですか?
なぜjqueryを使うの?? これはうまくいきます: <input type="text" value="your value" disabled="disabled" />
<input type="text" value="your value" disabled="disabled" />