do jquery.jeditable plugin works on mouse click? -


i working in mvc & using jquery.jeditable plugin inplace editing in grid.it working fine when make changes & click on enter button. can please let me know how can same editing when click mouse outside grid somewhere else on page.

please let me know asap. thanks

add onblur: 'submit' initialization options.

 $('#element').editable('url', {      onblur    : 'submit'  }); 

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? -