开发者

How can I use onblur() option with jeditable plugin?

开发者 https://www.devze.com 2023-01-28 00:24 出处:网络
I am working in MVC& using jeditable grid plugin. I w开发者_如何学编程ant to know how can i use the onblur() option to manage submit?This is how you do it....

I am working in MVC & using jeditable grid plugin.

I w开发者_如何学编程ant to know how can i use the onblur() option to manage submit?


This is how you do it....

$('#element_ud').editable('path/to/edit', {
  indicator : 'Saving...',
  loadurl : '/load/url',
  type   : 'select',
  submit : 'OK',
  onblur : 'submit',
  tooltip   : 'Click to edit...'
});
0

精彩评论

暂无评论...
验证码 换一张
取 消