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


How to create clone of any object using jQuery?



How to create clone of any object using jQuery?..

Answer / chaitanya

jQuery provides clone() method which performs a deep copy of the set of matched elements, meaning that it copies the matched elements as well as all of their descendant elements and text nodes.

Hide Copy Code

$(document).ready(function(){

$('#btnClone').click(function(){

$('#dvText').clone().appendTo('body');

return false;

});

});

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More jQuery Interview Questions

How to load jQuery locally when CDN fails?

1 Answers  


How to execute jQuery code after the DOM is ready?

0 Answers  


What is the difference between the knockout and jquery?

0 Answers  


What is the latest version of jquery?

0 Answers  


Will Events Are Also Copied On Clone In Jquery?

0 Answers  


How can jquery be used in conjunction with another javascript library that also uses $ for naming?

0 Answers  


What is jQuery UI?

2 Answers  


What is jquery.holdready() function?

0 Answers  


How to disable/enable an element in jquery?

0 Answers  


Define data paremeter of jquery ajax method?

0 Answers  


How do you get the text value of a selected option?

0 Answers  


What is a jquery ?

0 Answers  


Categories