Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 213 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 213 Bytes

domEdit

A JQuery Plugin which is an inplace editor for editing the html on the fly.

Provide the css class for editor to style the inplace editor

$('body').domEdit({ editorClass: 'editor' });