jQuery redirect one page to another using the following code: 1 2 var your_url = 'http://ka.lpe.sh/'; //change this to your url $(location).attr('href','your_url'); Above code works to redirect page in jQuery, [...]
The post jQuery redirect page, with javascript alternative appeared first on Kalpesh Mehta's Blog.