X-Editable - An In-Place Editing JavaScript Library For Bootstrap, jQuery UI Or jQuery
Join the DZone community and get the full member experience.
Join For Freex-editable is a javascript library which allows you to create editable elements on your page. it can be used with any engine (twitter bootstrap, jquery ui or jquery only) and includes both popup and inline modes.
it's new life of bootstrap-editable plugin that was strongly refactored and improved. please try out demo to see how it works.
- bootstrap - twitter bootstrap has awesome form markup and popover plugin allowing pretty in-place editing. for date input it uses bootstrap-datepicker.
- jquery ui (1.9+) - starting from jquery ui 1.9 it has tooltip plugin. in combination with button widget it is very suitable for editable form and popup. you can apply any theme of jquery ui themeroller.
- jquery (+ poshytip plugin) - the simplest build of x-editable. for inline mode you need only jquery. for popup mode it uses poshytip plugin. to show date picker you should include jquery ui date picker. or surely you can write your own inputs.
requirements:
twitter bootstrap, jquery or jquery ui
demo:
http:/ / vitalets. github. com/ x-editable/ demo. html
license:
mit license
Published at DZone with permission of Hirvesh Munogee, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
How To Scan and Validate Image Uploads in Java
-
Authorization: Get It Done Right, Get It Done Early
-
Designing a New Framework for Ephemeral Resources
-
Front-End: Cache Strategies You Should Know
Comments