Skip to content

DavidQL/pushTop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

When we fiddle with z-index, we're usually just trying to push an element to the top of the stack. The hard part is remembering what the highest z-index is on the page. pushTop() basically makes available a z-index:top; property. 

Use it like this:

$('div.hide_yo_wife').pushTop();

That will give 'div.hide_yo_wife' the highest z-index of any element on the page.

About

Makes available z-index:top;

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published