我有一个文本框,其默认值会在焦点上消失:
<input data-role="none" class="search-box" id="addressLookupTxt" type="text" value="City and State or Zipcode" onfocus="clearText(this)" onblur="clearText(this)" />
输入文本(即90210)并提交值后,当我返回带有此输入的页面时,提交的值仍然存在。
如何刷新此值,以便在我返回时默认为
$('#CheckInPage').live('pagebeforeshow', function(toPage, fromPage){});
答案 0 :(得分:1)
当使用jquery mobile use
时,不建议在默认/索引页面中创建多个页面 <a href="prefetchThisPage.html" data-prefetch> ... </a>
这将负责回发您的网页