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...


Which is fast document.getElementByID('txtName') or $('#txtName').?



Which is fast document.getElementByID('txtName') or $('#txtName').?..

Answer / chaitanya

Native JavaScipt is always fast. jQuery method to select txtName "$('#txtName')" will internally makes a call to document.getElementByID('txtName'). As jQuery is written on top of JavaScript and it internally uses JavaScript only So JavaScript is always fast.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

What are the different type of selectors in jquery?

0 Answers  


What is the advantage of using the minified version of jquery rather than using the conventional one?

0 Answers  


What is resize() function in jquery?

0 Answers  


How to check if number is numeric while using jquery 1.7+? : jquery mobile

0 Answers  


What is serialize() in jquery?

0 Answers  


Do we need to add the jquery file both at the master page and content page as well?

0 Answers  


Write a basic jquery code?

0 Answers  


Why jQuery is better than JavaScript?

0 Answers  


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

0 Answers  


Tell me is jquery a w3c standard? : jquery mobile

0 Answers  


Which are the fastest selectors in jquery? : jquery mobile

0 Answers  


Explain the difference between .js and .min.js? : jquery mobile

0 Answers  


Categories