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.
2 つのクラスが関連付けられた HTML テキストボックスを使用することは可能ですか?
<input type="text" name="inputxt" class="class1" class="class2">
2 つの異なる jQuery スクリプトを適用して、1 つのテキストボックスで「実行」できるようにします。
になり得る<input type="text" name="inputxt" class="class1 class2">
<input type="text" name="inputxt" class="class1 class2">