Explain dollar Sign ($) means in JQuery?

Submitted by: Administrator
Dollar Sign is nothing but it's an alias for JQuery. Take a look at below jQuery code
$(document).ready(function(){
});
Over here $ sign can be replaced with "jQuery " keyword.
jQuery(document).ready(function(){
});
Submitted by:

Read Online Creative UI/UX Designers Job Interview Questions And Answers