I am trying to redirect to url in jquery but it redirects on same page like
when i try to redirect to this url- any.com
it redirects to
www.page.com/any.com
setTimeout(function(){
window.open(redirect_url);
},2000);
any thoughts ?