js 페이지 지정 영역 부분 새로 고침 실현

2485 단어 js
다음은 자주 사용 하 는 전단 새로 고침 방법 을 요약 했다.
  • 이전 두 페이지 로 돌아 가기
  • 이전 페이지 로 돌아 가 새로 고침
  • 이전 페이지 로 돌아 가기
  • 이전 페이지 로 돌아 가기
  • 페이지 다시 불 러 오기, 로 컬 새로 고침
  • 이전 페이지 로 돌아 가기
  • 점프 를 멈추다
  • :IE document.execCommand("Stop"),Chrome Firefox window.stop()  
  • :window.history.go(-1);
  • : window.location.reload();
  • (“#table_table” id):$("#content_table").load(location.href+" #content_table");

  •  
     
    jsp 엔 드:
     
     

      $(document).ready(function() {// var tpid=; fresh(); }); function fresh() { var tpid=; //alert(tpid); $.ajax({ type : "POST",// url : "genxin.do",// dataType : 'json',// data : "pid=" + tpid,// success : function(data) {// , var table = $(".table"); table.empty(); table.append(" ID "); $.each(data,function(index,val){// 、 、DOM, JSON table.append(""+val.mid+""+val.mname+""+val.mweight+""+val.yiqu+""+val.jindu+""); }); },error:function(){ alert("error"); } }); setTimeout("fresh()", 1000);// , 。 }

    좋은 웹페이지 즐겨찾기