try this mail list http://docs.jquery.com/Discussion or this doc http://api.jquery.com/jQuery.each/
On 21 June 2011 07:32, Romi <romijain3...@gmail.com> wrote: > Hi, for enabling highlighting i want to parse json object. for readilibility > i included xml format of that json object. please tell me how should i parse > this object using > $.each("", function(i,item){ > > so that i could get highlighted result. > > > <lst name="highlighting"> > - > <lst name="12250"> > - > <arr name="description"> > - > <str> > These <em>elegant</em> and fluid earrings have six round prong-set and > twenty-six faceted briolette > </str> > </arr> > </lst> > - > <lst name="12254"> > - > <arr name="description"> > - > <str> > These <em>elegant</em> and fluid earrings have six round prong-set and > twenty-six faceted briolette > </str> > </arr> > </lst> > > > ----- > Thanks & Regards > Romi > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Parse-solr-json-object-tp3089470p3089470.html > Sent from the Solr - User mailing list archive at Nabble.com. >