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 is the difference between eq() and get() methods in jQuery?

1 Answers  


Tell me which program is useful for testing jquery?

0 Answers  


What is the difference between the id selector and class selector in jquery?

0 Answers  


How to fetch the values of selected checkbox array using jquery?

0 Answers  


Explain slidetoggle() effect.

0 Answers  


What is the difference between settimeout() and setinterval() methods?

0 Answers  


what is the use of param() method in jquery .

0 Answers  


How to use it jquery knockout?

0 Answers  


What is queue() in jquery? Use of queue() in jquery?

0 Answers  


What is resize() function in jquery?

0 Answers  


How do you get the attribute of an html tag in jquery?

0 Answers  


Can you use multiple document.ready() function on the same page?

0 Answers  


Categories