
April 21st, 2009, 10:08 AM
|
|
Registered User
|
|
Join Date: Sep 2007
Posts: 18
Time spent in forums: 9 h 38 m 2 sec
Reputation Power: 0
|
|
JQuery derived JSON parser and problems
Hey all. I'm having a problem related to a flickr feed of images retrieved in JSON format. I can populate a gallery of thumbnail images from the feed, but I cannot make slimbox or jQuery gallery work with the set of links. My JSON parser is jQuery based, as well as the slimbox2 implementation.
Seems as though I need to work the image gallery and slimbox from an array of images directly, as it will not work from the dynamically generated links as parsed from the feed data for items--I am unsure of method to use as I need that feed data also. Any advice would be appreciated.
Update:
The dynamically generated feeds populate the html in precisely the same way as a static version in which all required functions work splendidly. My sense is the plugin, jQuery gallery, isn't seeing the generated elements as part of the DOM. Why would that be?
I will provide a link for the dynamic version:
http://www.rez72.net/sandBox/project12/index.html
The static version in the same directory is indexStatic.html
|