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.
「onkeypress」イベントを jQuery Easy UI Datagrid Editor タイプ「テキスト」にバインドすることは可能ですか? または「onkeyup」および「onkeydown」。
ありがとう!
次のデモを確認してください。
http://www.jeasyui.com/tutorial/datagrid/datagrid15.php
onLoadSuccess次のように、データグリッドのイベントにイベントを登録する必要があります。
onLoadSuccess
onLoadSuccess:function() { $(".onetextbox").keydown(function () { // ... }); }