Make Div Editable and save data to MySql using JQuery
Contenteditable attribute is very lesser known HTML attributes by most of webdeveloper. It help you change the read only property of tag to rich-text editor. In this i will explain how to create content editable field and change the save data of the field in database using php and ajax.
Continue Reading