Skip to content

Talv/x-editable

This branch is 4 commits ahead of, 5 commits behind vitalets/x-editable:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 13, 2018
553be0d · Jan 13, 2018
Jan 13, 2018
Jan 13, 2018
Jan 13, 2018
Nov 10, 2015
Nov 10, 2015
Dec 24, 2017
Jan 13, 2018
Nov 9, 2012
Nov 10, 2015
Dec 24, 2017
Apr 18, 2017
Nov 10, 2015
Dec 24, 2017
Dec 24, 2017

Repository files navigation

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.

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:

<link href="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap3-editable/css/bootstrap-editable.css" rel="stylesheet"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap3-editable/js/bootstrap-editable.min.js"></script>

Bootstrap 2 build:

<link href="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap-editable/css/bootstrap-editable.css" rel="stylesheet"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap-editable/js/bootstrap-editable.min.js"></script>

jQuery UI build:

<link href="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/jqueryui-editable/css/jqueryui-editable.css" rel="stylesheet"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/jqueryui-editable/js/jqueryui-editable.min.js"></script>

jQuery only build:

<link href="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/jquery-editable/css/jquery-editable.css" rel="stylesheet"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/jquery-editable/js/jquery-editable-poshytip.min.js"></script>

Reporting issues

Please provide jsFiddle when creating issues!
It's really saves much time. Use these as template:

  1. jsFiddle Bootstrap 3
  2. jsFiddle Bootstrap 2
  3. jsFiddle jQuery-ui
  4. jsFiddle jQuery
    Your feedback is very appreciated!

License

Copyright (c) 2012 Vitaliy Potapov
Licensed under the MIT license.

About

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.9%
  • CSS 2.0%
  • HTML 0.1%