Automatic page refresh

后端 未结 2 1087
被撕碎了的回忆
被撕碎了的回忆 2021-01-24 19:12

I am using the following code -

jQuery(\".form_\" + form_count).html(\"
\") jQuery(\'#message\').html(\"
&
2条回答
  •  轮回少年
    2021-01-24 19:37

    use following function to refresh redirected page :

    function refresh()
    {
        window.location.reload( true );
    }
    

提交回复
热议问题