JQuery UI Dialog slow

后端 未结 8 1532
夕颜
夕颜 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:00

    2 seconds sounds a lot better, but you'll probably find it is very much dependent on the users browser and system config - it might be much worse on a slower system in IE...

    I'd seriously consider using something else instead of the mammoth drop-down (which surely can't be very user friendly) - it sounds like a good candidate for a autocomplete search box, or perhaps multi-level cascading drop-downs.

    You could also create the dialog when the page loads, and only open it when needed (set autoOpen: false in the options)

提交回复
热议问题