Skip to content

Apply a mask around an arbitrary number of elements. Useful for pulling elements up through an overlay.

Notifications You must be signed in to change notification settings

dbellizzi/jquery-mask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

jquery-mask

Apply a mask around an arbitrary number of elements. Useful for pulling elements up through an overlay.

Try it out: http://dbellizzi.github.com/jquery-mask/

Usage

Add a mask to highlight all elements with "selector" within the container element "container":

jQuery(container).mask(selector);

Remove all masks:

jQuery(container).mask(false);

About

Apply a mask around an arbitrary number of elements. Useful for pulling elements up through an overlay.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published