Friday, January 2, 2015

Redirect to another page using jquery

We can redirect to another page following way

var url = "about.aspx" //url for redirect
$(location).attr("href", url);

No comments:

Post a Comment