How to call JQuery functions

Posted by Mohammad on Stack Overflow See other posts from Stack Overflow or by Mohammad
Published on 2010-04-21T18:42:30Z Indexed on 2010/04/21 18:53 UTC
Read the original article Hit count: 290

Filed under:
|
|

Hello,

I was wondering about the different ways of using a JQuery function on a variable
like I know this one

$.DoThis(variable);

but is there a way to call it at the end like normal Javascript functions

variable.$.DoThis();

haha I know this sounds stupid but I need to ask somewhere. Thanks!

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about functions