Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabarasaba/jquery-slidecheck
The jQuery SlideCheck Plugin provides an improved and better looking checkbox that allows drag n drop and its mobile ready.
https://github.com/sabarasaba/jquery-slidecheck
Last synced: 6 days ago
JSON representation
The jQuery SlideCheck Plugin provides an improved and better looking checkbox that allows drag n drop and its mobile ready.
- Host: GitHub
- URL: https://github.com/sabarasaba/jquery-slidecheck
- Owner: sabarasaba
- Created: 2013-03-10T18:05:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-10T18:21:43.000Z (almost 12 years ago)
- Last Synced: 2024-04-08T09:04:35.331Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[jQuery SlideCheck Plugin](https://github.com/sabarasaba/jquery-slidecheck)
================================The jQuery SlideCheck Plugin provides an improved and better looking checkbox that allows drag n drop and its mobile ready.
![Screenshot](http://cl.ly/image/2i2r0q2E2x00/Screen%20Shot%202013-03-10%20at%202.57.46%20PM.png)
## Getting Started
Include jQuery and the plugin on a page. Then select a checkbox to transform and call the `slidecheck` method.
```html
$(document).ready(function(){
$('.slideCheckbox').slidecheck();
});```
## Contributing
Follow the [jQuery style guide](http://contribute.jquery.com/style-guides/js), even if existing code doesn't. Lint and test your code.## License
Copyright (c) 2013 Ignacio A. RivasLicensed under the MIT license.