I have meta tag in Header like that..
<meta http-equiv='refresh' content='0;url=http://stackoverflow.com/'>
is it possible to Remove it Dynamically using jQuery ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I can see, this doesn’t make any sense. The header you show is supposed to cause an immediate redirect, possibly before any JavaScript ever gets executed.
If you can use jQuery to update it, you might as well do this:
I don’t know how this will be executed with the Meta tag present though – whether it will always beat the Meta tag, always lose against it, or cause inconsistent results across browsers.
Maybe tell us what exactly your situation is and why you need to do this.