English 中文(简体)
页: 1 4. 处理住宿或再保险金
原标题:jQuery power to handle loops or recursion
  • 时间:2012-01-16 04:49:25
  •  标签:
  • jquery

我拥有大量数据,必须以植树为形式,在客户方面用检查箱安排数据。

我正计划利用 j树为我做树,如 j树。 问题是,酒吧是否能够处理1,00,000字节的数据?

最佳回答

I rather doubt that a design with 1,000,000 of anything in a single web page is the best way to build a web page. It s going to take a lot of memory. It s going to take a while to load and parse and there s no reason to ever display that many of anything all at once. You really need to rethink the usability of such a large dataset so users can specify a small set of data (probably less than a few hundred items) that they are interested in and willing to scroll through to find the ones they want.

更富有成效的解决办法将始于你大片树木倒塌,并且随着观众要求看到更多的数据,将物品(使用亚x)装上需求量。 整个数据集的搜索工作将在一个服务器上进行,并有一个真正的数据库。

问题回答

这种声音像相当大的形式(1 000 000 000个元素)。 是否还有另一个执行办法,使你们需要多少关于客户和形式的数据?





相关问题
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: &...

热门标签