English 中文(简体)
如何最快地把一个大的nes名单装在移动店?
原标题:What s the fastest way to load a large nested list in jQuery Mobile?

我有一大批冰箱,从PHP的CSV档案室里产生。 我曾将其产出在JSON,我的j Query Mobile Site fetch,然后将其编成DOM名录<ul><li>。 这在我的台式浏览器上课以罚款,但似乎在我的移动装置上永远取。

因此,我有PHP的文字实际上产生了超文本,并且过去了在我的“Query”移动站点,看看看这是否加速了。 这基本上排除了任何数据的计算。 索引.html仅在其中设置了非常大的封条:<ul>。 我估计,这无疑会很快负荷,但现在似乎在我的移动设备(Nexus One & Blackberry)上接下更长时间<>>。

是否有办法加快这项工作? http://pastehtml.com/view/bkrviwxp4.html

我尝试了有关该链接的数据,但阻止该网页完全装上黑莓。

最佳回答

正如我所看到的那样,你一劳永逸地处理所有问题,但你却一劳永逸地显示这些问题。 只处理和增加将在OMM身上展示的内容。 即便有一席之地,你有数千人,但她自己也非常缓慢。

问题回答




相关问题
jQuery Mobile - Dynamically creating form elements

I m creating a web-database driven offline web-app targeted at iOS devices. I m trying to use jQuery Mobile, but I have a problem in creating the various forms. The form options are taken from a ...

How to use jQuery Mobile to create iPhone Web Apps?

I have been assigned to create a web app for the iPhone, and I was supposed to try jQuery Mobile for developing as it supports many platforms. Is PHP a requirement for creating iPhone web apps? What ...

Change button text jquery mobile

I m using the new jquery mobile 1.0 alpha 1 release to build a mobile app and I need to be able to toggle the text of a button. Toggling the text works fine, but as soon as you perform the text ...

Full width horizontal buttons with jquery mobile?

In Jquery mobile, I can have grouped horizontal buttons, but they the group does not take 100% width. I tried adding a class that sets width:100% but that did not work. How can I do it? Thank you! ...

Difference between jQTouch and jQuery mobile

What is the difference between jQTouch & jQuery Mobile Framework ? Are they related (other than being both based on jQuery) ? Do they have the same goal ? Edit: jQTouch is now jQT

Long Press in JavaScript?

Is it possible to implement "long press" in JavaScript (or jQuery)? How? (source: androinica.com) HTML <a href="" title="">Long press</a> JavaScript $("a").mouseup(function(){ // ...

jQuery and mobile browser compatibility?

I want to build a relatively simple version of my site for mobile phones, but I will definitely need JavaScript and jQuery for many functions. Googling didn t help to find an answer. How is ...