Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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();

```