{"_id":"x-editable","_rev":"7-899a757692a0d0de35625e9dadf98310","name":"x-editable","description":"In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery","dist-tags":{"latest":"1.5.1"},"versions":{"1.5.1":{"name":"x-editable","title":"X-editable","description":"In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery","version":"1.5.1","homepage":"http://github.com/vitalets/x-editable","author":{"name":"Vitaliy Potapov","email":"noginsk@rambler.ru"},"repository":{"type":"git","url":"git://github.com/vitalets/x-editable.git"},"bugs":{"url":"https://github.com/vitalets/x-editable/issues"},"licenses":[{"type":"MIT","url":"https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT"}],"dependencies":{},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-clean":"~0.5.0","grunt-contrib-concat":"~0.3.0","grunt-contrib-uglify":"~0.2.2","grunt-contrib-qunit":"~0.2.2","grunt-contrib-connect":"~0.3.0","grunt-contrib-jshint":"~0.6.4","grunt-contrib-copy":"~0.4.1","grunt-contrib-requirejs":"~0.4.1"},"keywords":[],"gitHead":"8a6ad079bbbfb51683e75094c2aca8f2aafd2e02","_id":"x-editable@1.5.1","scripts":{},"_shasum":"2edbb8911ef2c5d61f63f06b0cf020be0fcc5849","_from":".","_npmVersion":"2.10.0","_nodeVersion":"0.12.3","_npmUser":{"name":"tbranyen","email":"tim@tabdeveloper.com"},"maintainers":[{"name":"tbranyen","email":"tim@tabdeveloper.com"}],"dist":{"shasum":"2edbb8911ef2c5d61f63f06b0cf020be0fcc5849","tarball":"https://registry.npmjs.org/x-editable/-/x-editable-1.5.1.tgz","integrity":"sha512-eBP10/e6ETIx/TqRmwu6IR/BG0VpFyJzW+eCvAsa8ccJ+UqoYlIPslw7AulpOoym9nv04As8qROtjdU0ij8K2A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbiK4rLlhu/3doGlDrya3S4idCnjQ6PZekPLAg9ek2ZAIgOUTtpH82zSZoU+Inji9Gkl4EwMJLXRqLwknDSif3BNo="}]}}},"readme":"# X-editable\n\nIn-place editing with Twitter Bootstrap, jQuery UI or pure jQuery.  \n\n## Project status\nUnfortunately, **project is currently frozen**, as I don't have enough time for it.\nYou could try use it as is, but there may be some bugs with newer versions of dependend libraries (e.g. bootstrap).\nI would really appreciate if someone take care of it.. See [#610](https://github.com/vitalets/x-editable/issues/610).\nVitalets.\n\n## Live demo\n**http://vitalets.github.io/x-editable/demo.html**\n\n## Documentation\n**http://vitalets.github.io/x-editable**\n\n## How to get it\n\n### Manual download\nUse **http://vitalets.github.io/x-editable** main page.\n\n### Bower\n````\nbower install x-editable\n````\n\n### CDN\nBootstrap 3 build:\n````js\n<link href=\"//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap3-editable/css/bootstrap-editable.css\" rel=\"stylesheet\"/>\n<script src=\"//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap3-editable/js/bootstrap-editable.min.js\"></script>\n````\n\nBootstrap 2 build:\n````js\n<link href=\"//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap-editable/css/bootstrap-editable.css\" rel=\"stylesheet\"/>\n<script src=\"//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap-editable/js/bootstrap-editable.min.js\"></script>\n````\n\njQuery UI build:\n````js\n<link href=\"//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/jqueryui-editable/css/jqueryui-editable.css\" rel=\"stylesheet\"/>\n<script src=\"//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/jqueryui-editable/js/jqueryui-editable.min.js\"></script>\n````\n\njQuery only build:\n````js\n<link href=\"//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/jquery-editable/css/jquery-editable.css\" rel=\"stylesheet\"/>\n<script src=\"//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/jquery-editable/js/jquery-editable-poshytip.min.js\"></script>\n````\n\n\n## Reporting issues\nPlease **provide jsFiddle** when creating issues!   \nIt's really saves much time. Use these as template:   \n1. [jsFiddle Bootstrap 3](http://jsfiddle.net/xBB5x/2265/)  \n2. [jsFiddle Bootstrap 2](http://jsfiddle.net/xBB5x/1817/)  \n3. [jsFiddle jQuery-ui](http://jsfiddle.net/xBB5x/2511/)  \n4. [jsFiddle jQuery](http://jsfiddle.net/xBB5x/197)    \nYour feedback is very appreciated!\n\n## Contribution\nA few steps how to start contributing.  \nAssuming you have [Node.js](http://nodejs.org/) already installed.\n\n1.Fork *X-editable* on github and clone it to your local mashine:\n````\ngit clone https://github.com/<your-github-name>/x-editable.git -b dev\n````\n2.Install *grunt-cli* globally (if not yet):\n````\nnpm i -g grunt-cli\n````\n3.Install dependencies:  \n````\ncd x-editable\nnpm i\n````\n4.Make your changes:  \n````\nvim editable-form.js\n````\n5.Write some tests for your changes:\n````\nvim /test/unit/*.js\n````\n6.Run tests in cli:  \n````\ngrunt test\n````\nor directly in browser:\n````\ngrunt server\n````\nand open http://127.0.0.1:8000/test  \nBy default test run on bootstrap 3 popup version, but you can test any other build:  \n\n* bootstrap 3\n  * popup: http://127.0.0.1:8000/test/?f=bootstrap3&c=popup  \n  * inline: http://127.0.0.1:8000/test/?f=bootstrap3&c=inline  \n* bootstrap 2\n  * popup: http://127.0.0.1:8000/test/?f=bootstrap2&c=popup \n  * inline: http://127.0.0.1:8000/test/?f=bootstrap2&c=inline\n* jquery-ui\n  * popup: http://127.0.0.1:8000/test/?f=jqueryui&c=popup \n  * inline: http://127.0.0.1:8000/test/?f=jqueryui&c=inline\n* jquery + poshytip\n  * popup: http://127.0.0.1:8000/test/?f=plain&c=popup \n  * inline: http://127.0.0.1:8000/test/?f=plain&c=inline\n\n7.Commit and push back on github:  \n````\ngit add .\ngit commit -m'refactor editable form, fix #123'\ngit push origin\n````\n8.Make pull request on github (to `dev` branch).  \n \nThanks for your support!\n\n### Local build\nTo build x-editable locally please run:\n````\ngrunt build\n````\nResult will appear in `dist` directory.\n\n## License\nCopyright (c) 2012 Vitaliy Potapov  \nLicensed under the MIT license.\n","maintainers":[{"name":"tbranyen","email":"tim@tabdeveloper.com"}],"time":{"modified":"2022-06-29T04:33:35.840Z","created":"2015-05-21T18:14:33.639Z","1.5.1":"2015-05-21T18:14:33.639Z"},"homepage":"http://github.com/vitalets/x-editable","keywords":[],"repository":{"type":"git","url":"git://github.com/vitalets/x-editable.git"},"author":{"name":"Vitaliy Potapov","email":"noginsk@rambler.ru"},"bugs":{"url":"https://github.com/vitalets/x-editable/issues"},"readmeFilename":"README.md","users":{"chudnyi":true,"filipve":true,"gilvannfilho":true,"zhnoah":true}}