jquery - How can I use onblur() option with jeditable plugin? -
i working in mvc & using jeditable grid plugin.
i want know how can use onblur() option manage submit?
this how it....
$('#element_ud').editable('path/to/edit', { indicator : 'saving...', loadurl : '/load/url', type : 'select', submit : 'ok', onblur : 'submit', tooltip : 'click edit...' });
Comments
Post a Comment