[jQuery] Re: URL generated by Ajax

2009-07-16 Thread JD
thanks for this it does the job nicely. Regards JD On Jul 15, 1:59 pm, Peter Edwards p...@bjorsq.net wrote: Hi JD, In your success callback, you have access toajaxoptions through the this keyword, so you can get the fullURLby doing this within the success callback:

[jQuery] Re: URL generated by Ajax

2009-07-16 Thread JD
Yes i might try this as well, thanks On Jul 15, 1:30 pm, Mean Mike mcgra...@gmail.com wrote: if you just need to see what your posting and whaturlits going too why not just view it in httpfox ? On Jul 15, 6:54 am, JD odonovan.jo...@gmail.com wrote: Hi Guys,     This is probably a very

[jQuery] Re: URL generated by Ajax

2009-07-15 Thread Mean Mike
if you just need to see what your posting and what url its going too why not just view it in httpfox ? On Jul 15, 6:54 am, JD odonovan.jo...@gmail.com wrote: 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

[jQuery] Re: URL generated by Ajax

2009-07-15 Thread Peter Edwards
Hi JD, In your success callback, you have access to ajax options through the this keyword, so you can get the full URL by doing this within the success callback: alert(this.url+'?'+this.data); peter on 15/07/2009 13:30 Mean Mike said:: if you just need to see what your posting and what