JQuery : What is the difference between "var test" and "var $test"

Posted by Sayem Ahmed on Stack Overflow See other posts from Stack Overflow or by Sayem Ahmed
Published on 2010-05-21T09:28:49Z Indexed on 2010/05/21 9:40 UTC
Read the original article Hit count: 267

Filed under:
|

what is the difference between these statements? I know that "var $test" declares a jquery variable, but what is the difference of a jquery variable with a general javascript variable ?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript