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 $('div') and $('<div/>') in jQuery?

Answer Posted / chaitanya

$('<div/>') : This creates a new div element. However this is not added to DOM tree unless you don't append it to any DOM element.

$('div') : This selects all the div element present on the page.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between size and length of jquery?

864


What is the use of jQuery.data() method?

823


What is eq()? : jquery mobile

832


What is the latest version of jquery?

843


Explain jquery filter?

1097


What are the differences between size and length in jquery?

774


How can jquery library be added to pages? Write a basic jquery code?

738


Whether C# code behind can be called from jQuery?

788


Explain remove class jquery with example?

740


Explain width() vs css(‘width’)?

705


How can we apply css in odd childs of parent node using jquery library?

753


What is difference between $(this) and ‘this’ in jquery?

728


How can related code be encapsulated? Give example.

728


Why we need jquery?

781


Define jquery connect?

843