jquery-jeditable – link to an element on the page, and when you click on the element it will become a form sent by asynchronous POST request (ajax) to the URL. jeditable is an in-place editable plugin that turns any element into an Ajax-enabled inline editor, an input document, or textarea for inline editing of any data within the document.
It works with text entries, text area, selection, data picker, and more … It comes with many different options that you can use to do exactly what you want!
datatable inline editing without editor plugin, jquery inline edit and save, jquery inline edit input, jquery editable text, jquery editable text field, jquery click to edit
How to make use of it:
1. Download & set up the jeditable plugin.
# Yarn $ yarn add jquery-jeditable # NPM $ npm install jquery-jeditable --save
2. Include the jeditable plugin and its plugins on the webpage.
<!-- jQuery --> <script src="/path/to/cdn/jquery.min.js"></script> <!-- jQuery jeditable --> <script src="jquery.jeditable.js"></script> <!-- jeditable plugins --> <script src="jquery.jeditable.autogrow.js"></script> <script src="jquery.jeditable.charcounter.js"></script> <script src="jquery.jeditable.checkbox.js"></script> <script src="jquery.jeditable.datepicker.js"></script> <script src="jquery.jeditable.masked.js"></script> <script src="jquery.jeditable.time.js"></script>
3. Call the function on the goal factor and specify the URL or Function to send edited content to.
<p class="example">Click To Edit.</p>
$(".example").editable("save.php");
4. Possible options to customize the plugin.
$(".example").editable("save.php",{ name : 'value', id : 'id', type : 'text', width : 'auto', height : 'auto', event : 'click', onblur : 'cancel', tooltip : 'Click to edit', loadtype : 'GET', loadtext : 'Loading...', placeholder: 'Click to edit', loaddata : {}, submitdata : {}, ajaxoptions: {} });
AJAX-enabled Edit In Place Plugin, jquery-jeditable Github, inline text editor jquery, jquery jeditable checkbox
See Demo And Download
Official Website(NicolasCARPi): Click Here
This superior jQuery/javascript plugin is developed by NicolasCARPi. For extra Advanced Usages, please go to the official website.