i'm trying to redirect after a jquery post but redirecting simple doesn't work. here's my code:
post("/xForm.php", data, function(xml){
var url = document.location.href;
window.location.href = url;
}
});
any ideas what could be wrong? i'm using firefox, thanks