Getting and setting max zIndex with jQuery
Posted by: Rick Strahls WebLog,
on 31 Aug 2009 |
View original | Bookmarked: 0 time(s)
I have a fair number of applications that use pop up windows and other draggable elements that are stackable. When dragging and moving windows around the page its often critical to ensure that windows show up in the proper zOrder without having to explicitly assign the window order. A typical scenario for this is dragging multiple windows like this: When you drag one window that window should pop to the top of the zOrder and stay there once the window is dropped. The idea is that...