摘要:
页面无刷新修改url.便于ajax页面定位。window.location.href;//"http://www.cnblogs.com/surealland/admin/EditPosts.aspx?opt=1";window.location.hash='#test';window.location.href;//"http://www.cnblogs.com/surealland/admin/EditPosts.aspx?opt=1#test"场景:例如页面加载时,判断window.location.hash定位到上次浏览的位置。( 阅读全文
posted @ 2012-09-19 16:36 surealland 阅读(630) 评论(0) 推荐(0) 编辑