Why jQuery UI 1.10 remove jquery dialog zIndex option?

后端 未结 6 2121
礼貌的吻别
礼貌的吻别 2020-12-03 07:45

I found the latest version of jQuery UI(1.10) remove the zIndex option. And it\'s confirmed on the jQuery website.

It really shocked me. Please think ab

6条回答
  •  既然无缘
    2020-12-03 08:17

     $('#element').dialog({     modal: true,
                                stack: false,
                                zIndex: 9999,
    ...
    

    worked for me

提交回复
热议问题