X-editable
In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery.
Live demo
http://vitalets.github.io/x-editable/demo.html
Installation
Manual download
Use http://vitalets.github.io/x-editable main page.
Bower
bower install x-editable
CDN
<link href="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.6/bootstrap-editable/css/bootstrap-editable.css" rel="stylesheet"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.6/bootstrap-editable/js/bootstrap-editable.min.js"></script>
Documentation
http://vitalets.github.io/x-editable
Reporting issues
Please provide jsFiddles!
Use these as template:
- jsFiddle bootstrap 3
- jsFiddle bootstrap 2
- jsFiddle jqueryui
- jsFiddle jquery
Your feedback is very appreciated!
Contribution
A few steps how to start contributing.
Assuming you have Node.js already installed.
1.Fork X-editable on github and clone it to your local mashine:
git clone https://github.com/<your-github-name>/x-editable.git -b dev
2.Install grunt-cli globally (if not yet):
npm i -g grunt-cli
3.Install dependencies:
npm i
4.Make your awesome changes.
vim editable-form.js
5.Write some tests for your changes:
vim /test/unit/*.js
6.Run tests:
grunt test
or directly in browser:
grunt server
and open http://127.0.0.1:8000/test
By default test run on bootstrap 3 popup version, but you can test any other build:
- bootstrap 3
- bootstrap 2
- jquery-ui
- jquery + poshytip
7.Commit and push on github:
git add .
git commit -m'refactor editable form, fix #123'
git push origin
8.Make pull request on github.
Thanks for your support!
Local build
To build x-editable locally please run:
grunt build
Result will appear in dist
directory.
License
Copyright (c) 2012 Vitaliy Potapov
Licensed under the MIT license.