Inline editing with jQuery and jQuery UI without plugins

1k Views Asked by At

Is there any method to do inline editing for html content without using a plugin. I have already tried with <div contenteditable='true'> But I need some more advanced functionality. I don't need to save it to DB on the fly. I am using too many plugins already.

0

There are 0 best solutions below