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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -