English 中文(简体)
J Query UI 糖尿病
原标题:JQuery UI Dialog slow

我最近陷入了痛苦的边缘。 我先利用JQuery Dialog盒在网上显示一些配置屏幕。 没有什么太特殊。 然而,我有一对 cases,这种组合形式将减少大约11,000个选择。 [DGES ROTTEN TOMATOES]

不用说,它进展缓慢。 它可以为JQuery Dialog提供最多9秒的节目,以显示(而且 in体也很缓慢)。

第一个问题是:是否有办法加快迪亚洛盒的步伐? 从表面上看,它每次公布所有内容。 如果有办法避免这种情况,就会有帮助。

第二个问题: 在被要求显示大量数据时,是否有任何其他支气球箱能更好地发挥作用?

一如既往,欢迎其他解决办法。 一些汽车干.是坏的,但可能仍然很缓慢,除非它需要至少两个先天的性质。

最佳回答

为改进业绩而管理得很少。 我从“JQuery UI”中解了出来,并制作了一个更精细的版本。 我不是把我的目标内容复制到我的方言中,而是围绕内容构造我的方言。

业绩明智,方言从大约10秒到2秒。

问题回答

如何选择所有可能的第一封信,从这封信到第二选择,只能选择什么选择?

2秒钟显示情况较好,但你可能发现,这在很大程度上取决于用户浏览器和系统汇合系统,这可能更糟于国际电子计算机系统的速度缓慢。

我认真考虑使用其他东西,而不是减少哺乳动物(这肯定会非常方便用户)——它像一个汽车搜索箱的好候选人,或者或许是多层次的滑坡。

你还可以在页面负荷时制造方言,只在需要时打开(汽车:选择中的错误)

如果你不得不在像那那样的博客中下台,那么我建议把信息装上一页后隐藏的干.,然后在你需要时使用的灯箱/方言中显示这种隐蔽的 d。 这样,当用户做其他事情时,便会装上脚架,希望到他们准备就绪。

规定可以干.,可以干.。

I just ran into this issue using a tabbed dialog with hundreds of checkboxes. I found this link to be very helpful. Took 17s to open the dialog before, but now it s down to about 1.3s. (I m using a draggable non resizeable dialog)

trick计是在你打开方言之前打碎html,然后用 open<>>>> /em> 功能,使方言重述内容。

$( #triggerDialogFast ).click(function () {
    var $dialogContainer = $( #dialogContentFast );
    var $detachedChildren = $dialogContainer.children().detach();
    $dialogContainer.dialog({
        width: 425,
        height: 400,
        draggable: false,
        resizable: false,
        open: function () {
            $detachedChildren.appendTo($dialogContainer);
        },
    });
});

我不敢肯定,但如果在你的设想中有可能的话,它也许应该仅仅在><>>>>开放/开放>上附上html。

视html你重新使用数据显示,电能是超慢的 v或燃烧。

尤其是当你重新展示大型表格时。 这些联系可能是有益的——你甚至会浪费更多的时间。

http://www.artzstudio.com/2009/04/jquery- Performance-rules/





相关问题
getGridParam is not a function

The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...

selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

jQuery cycle page with links

I am using the cycle plugin with pager functionality like this : $j( #homebox ) .cycle({ fx: fade , speed: fast , timeout: 9000, pager: #home-thumbs , ...

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } ...

Wrap text after particular symbol with jQuery

What I m trying to do, is wrap text into div inside ll tag. It wouldn t be a problem, but I need to wrap text that appears particularly after "-" (minus) including "minus" itself. This is my html: &...