I currently have a json object, that I loop through and output a list of links.
See fiddle: http://jsfiddle.net/jasonday/hzZ8j/
each link is given an id based upon the storeID in the json.
What I want to do, is when a link is clicked it finds the id in the json, and then writes the sibling element "otherData" to #otherDataDiv
I've worked with traversing xml, but I'm not sure how to accomplish this with json.
Any help would be appreciated. thanks.