> var isJQuery = obj instanceof jQuery;
Thanks Klaus and Yehuda, I think I like this better than just checking if
there is a property 'jquery' on the object. That would work too, but
'instanceof' is exactly what I'm checking for.
-- Josh
----- Original Message -----
From: "Klaus Hartl" <
klaus.hartl@googlemail.com>
To: "jQuery (English)" <
jquery-en@googlegroups.com>
Sent: Wednesday, October 31, 2007 3:06 AM
Subject: [jQuery] Re: Test if object is jQuery object
>
> On 30 Okt., 17:55, "Josh Nathanson" <
joshnathan...@gmail.com>