How to make a page redirect using jQuery?
Answers
Answered by
0
Redirection using replace() function. Another way to redirect to a web page in j Query is by using the replace() function of the window.location object. This method removes current URL from the history and replaces it with a new URL.
Similar questions