English 中文(简体)
DOM变化中的频率和变数
原标题:jquerymobile ermm browser variation in DOM change for internal linking

当你与联合后勤公司连接同一个主要外部网页时,我试图确切地说明所发生的情况。 我知道新网页已添加到OMM,但如果我通过5个或5个这样的链接进行游轮,现在所有5个都在OM?

Firebug is showing the initial page and the active page in the DOM and nothing else. Chrome is showing variable results, usually storing the last page and the active page. What exactly happens here?

我是否需要在一页的废页上接手我? 因此,我需要在每一页上重新加以整合?

最佳回答

便于检查。 封面页:

$( #pageID ).live( pagecreate , function (event) { alert("Inserted to the dom") };

当页上插入时,便会引发这种情况。 如果每当你进入该网页时都会发出警报,那就意味着该网页不会被抢救。 我认为这实际上就是这种情况。 但我不相信。

问题回答

暂无回答




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

热门标签