Git Product home page Git Product logo

x-editable's Introduction

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

When creating issues please provide jsFiddle example. You can easily fork one of following:

  1. jsFiddle bootstrap template
  2. jsFiddle jqueryui template
  3. jsFiddle jquery template
    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 -d grunt-cli

3.Install dependencies:

npm i

4.Make your awesome changes.

vim editable-form.js

5.Run tests:

grunt test

6.Commit and push back on github:

git add .
git commit -m'refactor editable form, fix #123'
git push origin

7.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.

x-editable's People

Contributors

vitalets avatar ma-si avatar jmfontaine avatar brianchance avatar adeg avatar joekaiser avatar koppor avatar belerweb avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.