jQuery redirect

    [javascript]
    var url = "https://www.bestjquery.com";
    $(location).attr(‘href’,url);
    [/javascript]

    Leave a Reply