object.jquery attribute

Posted by Esteve Camps on Stack Overflow See other posts from Stack Overflow or by Esteve Camps
Published on 2010-04-11T15:06:52Z Indexed on 2010/04/11 15:13 UTC
Read the original article Hit count: 305

Filed under:

Hello,

what does this code performs?

if(object.jquery){
  ....
}

I don't know what jQuery attribute does. I think it checks if 'object' is a valid jQuery object, but I'm not really sure.

Thanks in advance.

Esteve

© Stack Overflow or respective owner

Related posts about jQuery