How what data should I echo from the server to ajaxically redirect my page? Say, suppose this my jQuery:
$.ajax({ type: \"POST\", url
It's pretty easy:
window.location = "http://www.google.com";
;)