jQuery重定向

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery重定向相关的知识,希望对你有一定的参考价值。

If you want to simulate someone clicking on a link, use location.href. If you want to simulate an HTTP redirect, use location.replace.
  1. // simulates similar behavior as an HTTP redirect
  2. window.location.replace("http://snipplr.com");
  3.  
  4. // simulates similar behavior as clicking on a link
  5. window.location.href = "http://snipplr.com";

以上是关于jQuery重定向的主要内容,如果未能解决你的问题,请参考以下文章

提交表单后JQuery重定向

302 登录重定向后被 IE 删除的 URL 片段

jQuery如何实现定时重定向

链接中的 URL 片段和 JSF 中的 ajax 重定向

jQuery进度条加载直到页面重定向

使用片段 (#) 重定向链接 - asp.net