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...' });