Modern In-Place Editing Library w/wo/ jQuery - XEditable Lite
Briefly

Modern In-Place Editing Library w/wo/ jQuery - XEditable Lite
"XEditable Lite is a lightweight JavaScript library that adds modern inline and popup editing to your web application. It's a full, drop-in replacement for the classic Bootstrap x-editable library and works with or without Bootstrap & jQuery. The library keeps the same API, so you can modernize your projects without rewriting existing code. Features: Dual editing modes: Supports popup editing with viewport-aware positioning and inline editing with compact icon controls."
"1. Download the library and add the xeditable.js script to the page. If jQuery is present on the page, the .editable() plugin attaches itself automatically. If not, you can use the vanilla JavaScript API. <!-- jQuery is OPTIONAL --> <script src="/path/to/cdn/jquery.min.js"></script> <!-- XEditable Lite --> <script src="/path/to/xeditable.js"></script> 2. The library works by scanning for elements with specific data-* attributes. <span class="editable" data-type="text" data-name="username" data-title="Enter Username"> jQueryScript </span>"
XEditable Lite provides inline and popup editing for web applications while preserving the x-editable API. Dual editing modes include viewport-aware popup positioning and compact inline icon controls. Searchable select fields filter options as the user types and rank results by starts-with matches. Date fields display using custom formats via data-format while submitting ISO-formatted values to the server. AJAX integration supports remote data sources, spinner indicators during submission, and automatic button disabling while processing. The library attaches as a jQuery plugin when jQuery is present or can be used via a vanilla JavaScript API. Elements are configured via data-* attributes.
Read at jQuery Script
Unable to calculate read time
[
|
]