Inspired by the iOS toggles, the plugin can create nicely crafted switches, useful in mobile or admin UIs.
Behind the graphics, the toggle is a simple HTML select element.
Here are some key features of "jQuery Switch":
· Event-driven
· Nice graphics
· Custom labels
· Multiple toggles on the same page
· Respects the selected value of the original 'select'
· Updates the selected value of the original 'select' when the state is updated
· Respects the "disabled" attribute
· Mobile friendly
· Drag or click/tap controls
· Keyboard support
· API for .on(), .off(), and .toggle()
Requirements:
· JavaScript enabled on client side
· jQuery 1.4.4 or higher
What's New in This Release: [ read full changelog ]
· Minor tweaks.