Modify ↓
Ticket #8271 (closed enhancement: wontfix)
max z-index as a property in jQuery
| Reported by: | petter@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | unfiled | Version: | 1.5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I think there should be a property in jQuery/UI where the maximum z-index in the document is stored.
maybe $.maxZ-Index or $.ui.maxZ-Index
Use a workerthread to calculate it so it doesn't slow down UI.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Such a property has absolutely nothing to do with jQuery. Furthermore, if you are trying to determine the maximum possible z-index value, you are almost certainly doing something wrong, since you should never have 65k+ layers.