JQuery : What is the difference between "var test" and "var $test"
- by Sayem Ahmed
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 ?