[jQuery] Re: Problem with URL formatting with $.ajax

2009-10-02 Thread James
Also note that setting the "cache:false" option will create that additional parameter with a random value. That way the browser will not find a cache with the same resource name and always requests a new page. On Oct 2, 5:42 am, acedanger wrote: > I believe it was because I originally had "globa

[jQuery] Re: Problem with URL formatting with $.ajax

2009-10-02 Thread acedanger
I believe it was because I originally had "global: false". Once I changed that, the URL formatted as I expected it to. On Oct 2, 11:31 am, acedanger wrote: > Here is my code: > > $.ajax({ >                 url: lUrl, >                 global: true, >                 async: false, >