# X-editable
In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery.
## Live Demo
**http://vitalets.github.io/x-editable/demo.html**
## Pull Requests
Please submit all Pull Requests to the `develop` branch: https://github.com/vitalets/x-editable/tree/develop
More details are in [CONTRIBUTING.md](/CONTRIBUTING.md).
## Issue Tracker
Please report all issues here: https://github.com/vitalets/x-editable/issues
## User Support
Unfortunately, due to this project being supported by volunteers we cannot provide user support at this time. Please try a site like Stack Overflow: http://stackoverflow.com/questions/tagged/x-editable
## Documentation
**http://vitalets.github.io/x-editable**
## Project Status
Actively Maintained
## How to get it
### Manual download
Use **http://vitalets.github.io/x-editable** main page.
### Bower
````
bower install x-editable
````
### CDN
Bootstrap 3 build:
````html
````
Bootstrap 2 build:
````html
````
jQuery UI build:
````html
````
jQuery only build:
````html
````
## Reporting issues
Please **provide jsFiddle** when creating issues!
It's really saves much time. Use these as template:
1. [jsFiddle Bootstrap 3](http://jsfiddle.net/xBB5x/15155/)
2. [jsFiddle Bootstrap 2](http://jsfiddle.net/xBB5x/1817/)
3. [jsFiddle jQuery-ui](http://jsfiddle.net/xBB5x/2511/)
4. [jsFiddle jQuery](http://jsfiddle.net/xBB5x/197)
Your feedback is very appreciated!
## License
Copyright (c) 2012 Vitaliy Potapov
Licensed under the MIT license.