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: