Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vxsx/jquery.iradio.js
little jquery plugin to make segmented controls from radio buttons
https://github.com/vxsx/jquery.iradio.js
Last synced: about 5 hours ago
JSON representation
little jquery plugin to make segmented controls from radio buttons
- Host: GitHub
- URL: https://github.com/vxsx/jquery.iradio.js
- Owner: vxsx
- Created: 2011-03-09T11:19:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-12T16:00:58.000Z (over 12 years ago)
- Last Synced: 2024-04-17T02:58:37.055Z (7 months ago)
- Language: JavaScript
- Homepage: http://vxsx.github.com/jquery.iradio.js/
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
#jquery.iradio.js
Plugin that makes segmented control (like on Mac Os X Lion) from the set of radio buttons
Requires* jquery 1.4.4 or higher
Optional
* jquery ui 1.8.9 or higher
Default options
``` javascript
draggable : true
duration : 500
vertical : false
```Using:
``` html
One
Two
Three
$(':radio[name="iradio"]').iradio();
```