JQuery: JSON or XML data, what differences ?

The Winner

New Member
Folks, I see that JQuery can conveniently both getJSON() and get() XML[1][2]. Using JQuery, I'm willing to find and get an unique item's several values from a JSON||XML file, to inject these values into a stylized HTML tooltip on mobile website. My data will be a dictionary about 3000 items long, with 10 values for each item. I may expand the whole later on.I haven't yet decided which format to use
 
Back
Top