如果我的页面显示:
“代码不正确,请重试”
那么我的 URL 重定向应该是:
http://site.site.co.uk/index.php#contact
我想使用 Jquery,但不确定如何在页面上检查这个然后重定向?
我试过了:
$("div#contact-form:contains('Code incorect please try again')").attr("location","http://site.site.co.uk/index.php#contact");