Skip to content

Functionality used to disable interface elements upon user interaction.

Notifications You must be signed in to change notification settings

ckorhonen/jQuery-Toggle-Button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

JQUERY TOGGLE BUTTON
Chris Korhonen <[email protected]>
http://sourcebottle.net
http://twitter.com/ckorhonen


A simple plugin for toggling the content and functionality of a link or button 
element.

Useful when disabling links or submit buttons, or when responding to a user's 
interaction. 

E.g. User clicks a button, text changes to inform them that something is going 
on, and button is disabled to prevent further clicks.

USAGE:
$('#element).toggleButton();

Upon first call, element will go to toggled state. Second call will restore to
normal.

Parameters can also be passed:

$('#element').toggleButton({ text: 'Processing...',
                             className: 'disabled', 
                             preventClick: true
                          });

text      - The text value which replaces the button text in the toggled state.
className - CSS class name corresponding to the toggled state
preventClick  - Prevent clicks once toggled.


License:
http://www.opensource.org/licenses/mit-license.php

About

Functionality used to disable interface elements upon user interaction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published