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

Answer Posted / chaitanya

eq() returns the element as a jQuery object. This method constructs a new jQuery object from one element within that set and returns it. That means that you can use jQuery functions on it.

get() return a DOM element. The method retrieve the DOM elements matched by the jQuery object. But as it is a DOM element and it is not a jQuery-wrapped object. So jQuery functions can't be used. Find out more here.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you please explain the difference between parent() and parents() methods in jquery? : jquery mobile

807


Explain remove class jquery with example?

841


How to write browser specific code using jquery? : jquery mobile

924


What is jquery connect and how to use it?

965


How we can remove an attribute of an html tag in jquery?

816


Do we need to add jQuery file in both Master and Content page?

835


Tell me how to check if number is numeric while using jquery 1.7+? : jquery mobile

973


What is the difference between prop() and attr() in jquery?

827


List the advantage of using minimized version of jquery?

783


How to debug jQuery?

1019


What is jquery.noconflict? Explain

864


How can events be prevented from stopping to work after an ajax request?

835


Define the script build up by jquery?

913


What is ajax and how it works?

878


Difference between document.ready() and body onload()?

872