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
List the advantages of jquery?
What is each() function in jQuery? How do you use it?
How to get the current offset of the first matched element, in pixels, relative to the document using ?
What is get()? : jquery mobile
How to read, write and delete cookies in jquery?
How to programmatically trigger a click event thats being handled by jquery only?
Define cache paremeter of jquery ajax method?
How can related code be encapsulated? Give example.
What are the methods used to provide effects in jquery?
Whether we need to add jQuery file in both Master and Content page?
Explain the script build up by jquery?
Where jquery mobile works? : jquery mobile
How to debug jquery code/ debug jquery?
How to get the style property of an element using ?
Can JQuery Run on MAC or Linux instead of Windows?