Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What does dollar sign ($) means in jQuery?



What does dollar sign ($) means in jQuery?..

Answer / chaitanya

Dollar Sign is nothing but it's an alias for JQuery. Take a look at below jQuery code.

Hide Copy Code

$(document).ready(function(){

});

Over here $ sign can be replaced with "jQuery" keyword.

Hide Copy Code

jQuery(document).ready(function(){

});

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

How to Use the jQuery load() Method?

0 Answers  


How to use migrate jQuery plugin?

1 Answers  


How to set jquery mobile responsive table width to 100% width despite css styles? : jquery mobile

0 Answers  


Explain the difference between parent() and parents() methods in jquery? : jquery mobile

0 Answers  


Explain the difference between jquery.size() and jquery.length?

0 Answers  


How do you update ajax response with id " resilts"?

0 Answers  


What is jquery.holdready() function?

0 Answers  


Define width() vs css('width')?

0 Answers  


What is the difference between event.PreventDefault and "return false"?

1 Answers  


What is the use of the animate() method in jquery?

0 Answers  


Whether C# code behind can be called from jQuery?

0 Answers  


Is jquery code exicuted on the clientside, or serverside?

0 Answers  


Categories