[jQuery] Re: having issues with getJSON

2007-11-01 Thread Benjamin Sterling
MF, Thanks for the response, yeah, that was the case and I have since fixed it. Thanks again. Benjamin Sterling On 11/1/07, MF <[EMAIL PROTECTED]> wrote: > > > It looks like jquery populates the "_" parameter with a timestamp to > defeat any request-caching, and google/picasa does not like extra

[jQuery] Re: having issues with getJSON

2007-11-01 Thread MF
It looks like jquery populates the "_" parameter with a timestamp to defeat any request-caching, and google/picasa does not like extra parameters in its requests. As a workaround, you can disable this by setting jQuery.ajaxSettings.cache = true before calling $.getJSON, and restore its original v

[jQuery] Re: having issues with getJSON

2007-10-02 Thread Benjamin Sterling
Wanted to give this a bump to see if anyone has any ideas to the below questions. Thanks. On 10/1/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > > Hey all, > I am trying to get my jqAlbumParser plugin updated to work with 1.2.1 and > coming up short when communicating with Picasa. > > Here is