Wanted to give this a bump to see if anyone has any ideas to the below questions.
Thanks.
<div><span class="gmail_quote">On 10/1/07, <b class="gmail_sendername">Benjamin Sterling</b> <<a href="mailto:benjamin.sterling@kenzomedia.com">
benjamin.sterling@kenzomedia.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">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 <a href="http://www.benjaminsterling.com/experiments/jqAlbumParser" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.benjaminsterling.com/experiments/jqAlbumParser</a>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:
"<span>Invalid parameter: '_'."
After digging thru the core, I find that the url being created is something like:
</span><span>
<a href="http://picasaweb.google.com/data/feed/base/user/sterling.benjamin/albumid/5065213814603581825?kind=photo&alt=json&hl=en_US&callback=jsonp1191296176531&_=1191296177796" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://picasaweb.google.com/data/feed/base/user/sterling.benjamin/albumid/5065213814603581825?kind=photo&alt=json&hl=en_US&callback=jsonp1191296176531&_=1191296177796</a></span>
<span>
(shortened for easy reading)
</span><span>?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 "</span><span>&_=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?
<br clear="all"></span><span class="sg">
--
Benjamin Sterling
<a href="http://www.KenzoMedia.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.KenzoMedia.com</a><a href="http://www.KenzoHosting.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.KenzoHosting.com</a><a href="http://www.benjaminsterling.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.benjaminsterling.com</a></span></blockquote></div>
<br clear="all">
--
Benjamin Sterling
<a href="http://www.KenzoMedia.com">
http://www.KenzoMedia.com</a><a href="http://www.KenzoHosting.com">
http://www.KenzoHosting.com</a><a href="http://www.benjaminsterling.com">
http://www.benjaminsterling.com</a>