Whether our own specific characters are used in place of $ in jQuery?



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

Post New Answer

More jQuery Interview Questions

Why should I use jquery?

1 Answers  


In what scenarios jQuery can be used?

1 Answers  


Explain why there are two different version of jquery library? : jquery mobile

1 Answers  


What is a filter in jquery? Explain

1 Answers  


Explain event.preventdefault? : jquery mobile

1 Answers  


Which one is more efficient, document.getelementbyid( "idname") or $("#idname)?

1 Answers  


What the use of $ symbol in jquery.

1 Answers  


What is the use of jQuery load method?

1 Answers  


Explain jquery $.ajax() method?

1 Answers  


List the basic selectors in jquery?

1 Answers  


Define type paremeter of jquery ajax method?

1 Answers  


Do we need to add jQuery file in both Master and Content page?

1 Answers  


Categories