Open kodeine opened 9 years ago
I assume you want something like this?
http://jsfiddle.net/xBB5x/8746/
You needed to add this to the top of your javascript
$.fn.editable.defaults.mode = 'inline';
@eliasar, how about just a checkbox itself, unchecking or checking it self would send post request.
As the title says, i want to have an inline checkbox only but editable.
http://jsfiddle.net/xBB5x/331/
or how to make these checkboxes editable. http://jsfiddle.net/3u8ydz7s/
Anyone can chime in on how that can be achieved?