1.

Tell Me What Does Dollar Sign ($) Means In Jquery?

Answer»

DOLLAR Sign is NOTHING but it's an alias for JQuery.

Take a LOOK at below jQuery code.

Over here $ sign can be replaced with "jQuery" keyword.

  • jQuery(document).ready(function(){});

Dollar Sign is nothing but it's an alias for JQuery.

Take a look at below jQuery code.

Over here $ sign can be replaced with "jQuery" keyword.



Discussion

No Comment Found