What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 8786 |  Welcome, Guest!   Register  Login
 Home > Interview Questions > jQuery Interview Questions > What does dollar Sign ($) means in JQuer ...

What does dollar Sign ($) means in JQuery?

Interview question and answer by: Virendradugar | Posted on: 11/21/2009 | Category: jQuery Interview questions | Views: 38547 |


Answer:

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(){

});


Click below link to get mostly asked jQuery interview question.
http://jquerybyexample.blogspot.com/2011/08/mostly-asked-jquery-interview-questions.html

Source: http://jquerybyexample.blogspo | Asked In: Many Interviews | Alert Moderator 
Found interesting? Add this to:


 Responses

Posted by: Susanthampy | Posted on: 27 Apr 2011 07:19:31 AM | Points: 10 | Alert Moderator 

$ sign represents Jquery.

Posted by: Virendradugar | Posted on: 27 Apr 2011 07:21:05 AM | Points: 10 | Alert Moderator 

That is what I have mentioned. :)
"$ sign can be replaced with "jQuery " keyword." which means it alias for jQuery keyword.


Posted by: Susanthampy | Posted on: 27 Apr 2011 07:32:17 AM | Points: 10 | Alert Moderator 

ok friend

Posted by: Palpatel090 | Posted on: 10 Oct 2011 07:08:10 AM | Points: 10 | Alert Moderator 

nothing mysterious about the dollar sign, for it is just a variable (or an identifier) name. There is nothing Greek about it.

>> Write Response - Respond to this post and get points

Even more ... | Submit Interview Questions and win prizes!

More Interview Questions from Virendradugar

Even more ... | Submit Interview Questions and win prizes!


About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/21/2013 9:35:04 AM