Whether our own specific characters are used in place of $ in jQuery?
Answer / Maneesh Jain
No, the dollar sign ($) is a convention for naming jQuery objects. It is not necessary to use your own specific character instead of $. However, if you need to use jQuery inside a function with the same name as a JavaScript keyword or a variable, you can use the noConflict() method from jQuery to avoid naming conflicts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why should I use jquery?
In what scenarios jQuery can be used?
Explain why there are two different version of jquery library? : jquery mobile
What is a filter in jquery? Explain
Explain event.preventdefault? : jquery mobile
Which one is more efficient, document.getelementbyid( "idname") or $("#idname)?
What the use of $ symbol in jquery.
What is the use of jQuery load method?
Explain jquery $.ajax() method?
List the basic selectors in jquery?
Define type paremeter of jquery ajax method?
Do we need to add jQuery file in both Master and Content page?