Select DIV with highest z-index

后端 未结 4 1545
遇见更好的自我
遇见更好的自我 2021-01-18 09:50

Example code so I can start explaining this problem:

5
2
4条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-18 10:43

    You can always test against jQuery(".yourDivs").css("z-index") once you've added the class on all your divs.

提交回复
热议问题