Interviewer And Interviewee Guide

jQuery Mobile Interview Question:

Tell me what does dollar sign ($) means in jQuery?

Submitted by: Muhammad
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: Muhammad

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