HTML页面局部刷新




$(function(){
   $("#div_test a").click(function(){
            var link = $(this).attr('href');
             $('#div_view').attr('src', link);
              //当前页面的路径
              var href ="/thems/default/test/Mytest.jsp";
              window.location.href = href+ '#' + link;
               return false;
                });
})


 


     

             
  1. xiaoxia

  2.          
  3. ibaiyang

  4.          
  5. xiaoxins.com

  6.      

  


你可能感兴趣的:(HTML页面局部刷新)