Opened 12 years ago
Closed 12 years ago
#8271 closed enhancement (wontfix)
max z-index as a property in jQuery
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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.
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.