Inline-editing: onBlur prevents onClick from being triggered (jQuery)
- by codethief
Hello StackOverflow community!
I'm currently working on my own jQuery plugin for inline-editing as those that already exist don't fit my needs.
Anyway, I'd like to give the user the following (boolean) options concerning the way editing is supposed to work:
submit_button
reset_on_blur
Let's say the user would like to have a submit button…