Hi Guys, This is probably a very simple question, i'm new to JQuery but I can't find the solution. I create an AjaxReqest with a url and some post data. Is there any way that i can alert out the URL which is then generated in the call.
Example url: www.yahoo.com/login postdata: username=user password=pass Creates something along the lines of www.yahoo.com/login?username=user&password=pass Obviously the real calls are much more complex. I have read somewhere that the argument to the onSuccess function should expose a .url function but this doesn't seem to work. Any help is appreciated. Thanks JD