I'm confused. Why does:
var d = {
"Products": [
"Books", "Electronics"
]
};
alert(typeof d["Products"]);
Report "object" and not "array"? How am I supposed to tell if I have
an array rather than a "map" object?
Thanks,
T.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
