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.
私は MVC で作業しており、jeditable グリッド プラグインを使用しています。
送信を管理するために onblur() オプションを使用する方法を知りたいですか?
これがあなたのやり方です…。
$('#element_ud').editable('path/to/edit', { indicator : 'Saving...', loadurl : '/load/url', type : 'select', submit : 'OK', onblur : 'submit', tooltip : 'Click to edit...' });