English 中文(简体)
j 移动电话网页复读后产生的活性成分
原标题:Lose dynamic content after page refresh in jQuery Mobile

我的问题是: 我制作一个移动式网络,用吉乐移动电话,我必须制作动态内容。

在第一页,有一份名单,有<代码><li>elements。 当我点击其中之一<li> 我去另一页,生动地制作内容。 因此,第二页的内容在第一页的每个<代码><li>上有所不同。

我的问题是,由于失去参数,我重新翻了第二页所有动态内容消失。 为解决这一问题,我尝试采用查询方式,例如<a href=“secondPage?=id=2”>,但这不是工作。

我问你,是否还有另一种方式,用“高乐”移动页面通过参数,这样,当我重新读一下时,我不会失去内容。

谢谢。

问题回答

页: 1 从而节省/载荷数据。 如果有的话,用数据变动的扼制格式在页面负荷检查上保存数据。

表中的数据将作为背书的附件:example.com/url#yourdata

Use http://westcoastlogic.com/lawnchair/
just save the parameters u need in the local db and then get it on the second page to use.





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

热门标签