Skip to content

anujverma000/editable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

editable.js

In-place editor for html elements. With the help of this plugin you can avoid unnecesaary forms, popups and unwanted clicks to edit content on the page.

Usage


<div id="editor">Please type something in here</div>

<script type="text/javascript"> $(document).ready(function () {

$('#editor').editable();  // optionally pass the callback method which returns the new edited content.

}); </script>

License

This code is distributed under the terms and conditions of the MIT license.

About

In-place editor for html elements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published