On Mar 9, 1:34 pm, Francesco Sullo <[EMAIL PROTECTED]> wrote:
> d is an Object
> d.Products is an Array
>
> You could test you objects using the "constructor" property. If you try:
>
> alert (d.constructor)
>
> you could see that it shows a result different from
>
> alert(d.Products.constructor)

Thanks Francesco,

You got the ball rolling for me and I figured it out. I ended up using
instanceof. Javascript sure doesn't compare well to ruby in this
regard.

Thanks,
T.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to