Skip to content

Use this jquery plugin to handle hiding or showing elements controlled by a checkbox or input with simple class assignment.

Notifications You must be signed in to change notification settings

jaypackard/jquery.hiding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Don't use a complicated fronted MVC just for hiding and showing. Just label HTML with *_hiding and *_hideable with this plugin.

A checked box with a *_hiding class unhides the corresponding *_hideable elements. A *_hiding non-empty text input unhides the corresponding *_hideable elements. A *_hiding element with a checked child or non-empty text input also unhides the corresponding *_hideable elements.

Usage: $('#container').hiding()

About

Use this jquery plugin to handle hiding or showing elements controlled by a checkbox or input with simple class assignment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published