Profile
Achievement
rumremix's Recent jQuery SnippetsTagged jquery
- All /
« Prev 1 Next »
Simple solution found via link. Just edit code from demo page(s). Also http://uniformjs.com/
0
1896
posted 14 years ago by rumremix
Just syntax examples here. First block reads, second writes. Top function just a debugging helper.
Using jquery 1.5, $(xData.responseXML).find("nodeName=z:row]").each(function(i)... may need to be written as
$(xData.responseXML).find("nodeName='z...
0
2392
posted 15 years ago by rumremix