jQuery UI Dialog Issue With IE

后端 未结 6 1344
陌清茗
陌清茗 2020-12-24 02:03

I am using the new jQuery 1.3.2 and jQuery-ui-1.7 libraries along with the UI Dialog. I have a div tag with several form elements (textbox, checkbox, etc.) in it. Upon pag

6条回答
  •  -上瘾入骨i
    2020-12-24 02:53

    After doing some Google searches, I found the true answer to the question. It is caused by an incompatible Doctype. Please go to http://osdir.com/ml/jquery-ui/2009-08/msg00388.html for more information.

    I tried it on my codes and the solution in this URL DOES solve the problem.

提交回复
热议问题