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.
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(){
});


0 comments:
Post a Comment
Note: only a member of this blog may post a comment.