Interviewer And Interviewee Guide

JQuery UI Interview Question:

What does 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: Administrator

Read Online JQuery UI Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.