JQuery UI Dialog slow

后端 未结 8 1534
夕颜
夕颜 2021-01-17 22:48

I\'ve recently ran into a bit of a pain. I\'ve been using the JQuery Dialog box to display some configuration screens in a web app. Nothing too special. However I have a cou

8条回答
  •  滥情空心
    2021-01-17 23:20

    If you have to do a drop down in a dialog like that, then I suggest loading the information into a hidden div ajax style after page load and then displaying that hidden div in whatever lightbox/dialog you are using when it's needed. That way the stuff will be loading while the user is doing other things, and will hopefully be ready by the time they are.

提交回复
热议问题