GitXplorerGitXplorer
j

jquery-toggle-select-js

public
8 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
c7cb82b677b444d3ad0877f0d09b610e742c56c6

A little clarification?

committed 16 years ago
Unverified
9afa8980a5e628e2d31f23acfed78e4332342474

Initial README

committed 16 years ago
Unverified
b9008489a98f99273d75b0c5413b46def8e13f87

Initial commit.

committed 16 years ago

README

The README file for this repository.

iPhone-like Toggle Select (think Settings -> Airplane Mode)

Requires:

  • jQuery
  • jQuery UI with at least draggables

Examples (View the 'toggle.html' or 'jquery.toggle_select.js' for more info): jQuery("select").toggle_select(); // Replaces all select inputs with a toggle.

Options: jQuery.fn.toggle_select.defaults = { width : 80, // Width of entire toggle height : 27, // Height of entire toggle switch_width : 39, // Width of the switch between the two options inner_margin : -3, // The margin between each option and the switch in the middle on : false, // Whether the toggle is initially set to on speed : 100 // Speed of the toggle animation };

Demo: Pull everything from this repository and open 'toggle.html' in a browser.