Answer Posted / 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 |
Post New Answer View All Answers
How to submit a form without submit button using jquery?
What are the advantages of using cdn?
Define animate function in jquery?
What is .remove()? : jquery mobile
Mac, windows or linux? Why do you love this platform while using jquery?
How do you stop the currently-running animation? : jquery mobile
How to use jquery library in our asp.net project?
Explain event.preventdefault? : jquery mobile
Why html 5 inputs look different across devices and browsers? : jquery mobile
Explain how jquery works?
How to select all elements using jQuery?
explain bind() vs live() vs delegate() methods in jquery
Difference between javascript and jquery? : jQuery Mobile
Explain width() vs css(‘width’)?
Why jQuery is needed?