Hello, first of all, thanks for jQuery it is fantastic. I have a question:
I want to sue $.ajax but, if the server responds http 303, I do not want to follow the new location within the ajax request, I want instead to redirect the current page/document to the new location. Is there a way to do so? Massimo