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 the url for your view http://www.benjaminsterling.com/experiments/jqAlbumParser When you click on Flickr you will get an alert "done", but when you click on picasa, nothing happens. If you have firebug, you can see that the script tags are created and when you expand the script tag you will see a message: "Invalid parameter: '_'." After digging thru the core, I find that the url being created is something like: http://picasaweb.google.com/data/feed/base/user/sterling.benjamin/albumid/5065213814603581825?kind=photo&alt=json&hl=en_US&callback=jsonp1191296176531&_=1191296177796 (shortened for easy reading) ?kind=photo&alt=json&hl=en_US&callback=jsonp1191296176531&_=1191296177796 If you copy and paste that url into the browser, you will see that you will get the error that I mentioned before, now if you take out "&_=1191296177796" and hit go, the page will load with the proper jsonp code. So my question is three fold: 1. How would you suggest me getting around this? 2. What is the purpose of "_"? 3. At about line 2275, it looks like the script tag is supposed to be removed once successful, but even the Flickr script doesn't get removed, is this a bug? or am I not following the chain of events correctly? -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com http://www.benjaminsterling.com