Skip to content

demartis/ExposeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExposeJS

A jQuery plugin that can highlight your $.block

Examples:

Highlight your block by simply call $.expose({show:true}):

var block=$("my-box");
$(block).expose({show:true});

Remove the highlight from block:

var block=$("my-box");
$(block).expose({show:true});

Remove all highlighted block in body:

$("body").expose({reset:true});

About

A jQuery plugin that can highlight your $.block

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published