Skip to content

kevzettler/jquery.disable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jquery.disable

Disable any element with a jQuery.

Usage

$('#element').disable();
$('#element').enable();

Details

Standard HTML only lets you disable a few input elements. This plugin lets you specify any element for more dynamic UI's and disable user interaction to it. The plugins disable method creates a transparent div and does some positioning magic to put it over the element you have targeted. This blocks click interaction to the element.

About

Disable any element with jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published