码迷,mamicode.com
首页 > 其他好文 > 详细

ajax hash缓存

时间:2014-08-16 17:03:40      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   ar   cti   div   log   

hash 模拟url路由

function hashdone(){
       var hash;
       hash=(!window.location.hash)?"#one":window.location.hash;
       window.location.hash=hash;
       var hashStr = location.hash.replace("#","");
       switch(hash){
           case "#one":
               alert(hashStr)
 
               break;
           case "#second":
               alert(hashStr)
 
               break;
           case "#third":
               alert(hashStr)
 
               break;
 
 
       }
   }
   hashdone()
 window.onhashchange=function(){
    hashdone()
 
 }

 

ajax hash缓存,布布扣,bubuko.com

ajax hash缓存

标签:style   blog   color   io   ar   cti   div   log   

原文地址:http://www.cnblogs.com/leejersey/p/3916562.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!