2012年5月27日

jQuery Mobile开发笔记

摘要: 页面计时自动跳转1 function autoJump() {2 var s = parseInt($("#imgMain").attr("alt")) - 1;3 $("#imgMain").attr("alt", s);4 if (s < 0) return false;5 else if (s == 0) $.mobile.changePage("views/index.html","slide");6 else setTimeout("autoJump 阅读全文

posted @ 2012-05-27 13:12 宋海鹏 阅读(401) 评论(0) 推荐(0) 编辑

导航