What does dollar sign ($) means in jQuery?
Answer / chaitanya
Dollar Sign is nothing but it's an alias for JQuery. Take a look at below jQuery code.
Hide Copy Code
$(document).ready(function(){
});
Over here $ sign can be replaced with "jQuery" keyword.
Hide Copy Code
jQuery(document).ready(function(){
});
| Is This Answer Correct ? | 0 Yes | 0 No |
How to use it jquery knockout?
How do you stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements?
How to executed jquery selectors? : jquery mobile
How to divide a page into parts using jquery mobile? : jquery mobile
How does jquery mobile theming work? : jquery mobile
How can jquery be used in conjunction with another javascript library that also uses $ for naming?
What is a use of jquery filter?
What is the difference between event.stopPropagation and event.stopImmediatePropagation?
In what scenarios jQuery can be used?
What are two different version of jquery library? : jquery mobile
Tell me is jquery a w3c standard? : jquery mobile
Tell me how to select combobox select value and text using jquery?