Computer Science, asked by thomasphilipt42401, 10 months ago

How to make a page redirect using jQuery?

Answers

Answered by omegads04
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