jquery template plugin has Javascript "for In" kind of loop for looping through the object properties?
jquery template plugin has Javascript "for In" kind of loop for looping through the object properties?
I mean I have a object say
var person={name:'a',address:'a1'}
Now I want to loop into person's properties in template just like I do in for in loop is there any way out?
http://api.jquery.com/category/plugins/templates/
Thanks in advance
CSJakharia