[jQuery] Re: finding the next highest z-index

2007-07-29 Thread Benjamin Sterling
George, That is awesome, I will give it a try. But I agree that the items being checked should be small, I am working on a "shuffle" plugin and the idea is that the items are limited to maybe 10 or below. Much appreciated. Ben On 7/29/07, George <[EMAIL PROTECTED]> wrote: > > > > If you need a

[jQuery] Re: finding the next highest z-index

2007-07-29 Thread George
If you need a way to identify the element with the highest z-index then you could try the :max() selector provided in the moreSelectors plugin. Something like $("DIV:max(zIndex)") would return the DIVs with the highest z-index. It is not a publicised feature of the moreSelectors plugin because