What does dollar sign ($) means in jQuery?



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

Post New Answer

More jQuery Interview Questions

Can you give me a brief history of your programming days? Where did it all start?

0 Answers  


what does $("div") will select? : jquery mobile

0 Answers  


What is the jQuery code to select all links inside the paragraph?

0 Answers  


What are selectors in jQuery and how many types of selectors are there?

1 Answers  


Explain .on()? : jquery mobile

0 Answers  






What are the two types of CDNs?

0 Answers  


What does the jQuery migrate function do?

0 Answers  


Is it possible that jquery html work for both html and xml document?

0 Answers  


How to Use the jQuery load() Method?

0 Answers  


Is vanilla js faster than jquery?

0 Answers  


What is ajax and how it works?

0 Answers  


Whether C# code behind can be called from jQuery?

0 Answers  


Categories