-
Notifications
You must be signed in to change notification settings - Fork 0
DavidQL/pushTop
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published