jQuery Mobile在页面跳转上有什么需要注意的地方?
现在的情况是
<body>
<section id="p1" data-role="page">
<header data-role="header">
<h1>p1</h1>
</header>
<div class="content" data-role="content">
<button type="button" data-icon="gear" data-iconpos="right" data-mini="true" data-inline="true" id="add">Add</button>
原因
<div id="set1">
resaon1
<input id="reason1" type="text"/></div></div>
<footer data-role="footer"><h1>footer</h1></footer>
<script>
$(document).ready(function(e) {
$("#fannao").append("添加内容");
});
</script>
</section>
</body>
跳转的目标页的代码如上,跳转之后,append无效,但是单独打开这个文件append是有效的,
请问是不是在跳转过程中有什么需要注意,或者是函数写错了?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论