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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Why use jQuery filter() Methods?

890


How is body onload() function is different from document.ready() function used in jquery?

829


What is the use of queue() in jquery?

864


How we can hide a block of html code on a button click using jquery?

851


explain width() vs css(‘width’) in jquery

859


Tell me how do you stop the currently-running animation? : jquery mobile

805


What is the difference between jquery-x.x.x.js and jquery.x.x.x min.js?

870


How to revert the most recent ‘destructive’ operation, changing the set of matched elements to its previous state using ?

873


Difference Between Prop and Attr in jQuery?

873


What is queue() in jquery?

913


Tell me how to check data type of any variable in jquery? : jquery mobile

817


How to call a method inside code-behind using jquery?

842


Explain the use of the .pushstack() method.

897


Mac, windows or linux? Why do you love this platform while using jquery?

829


What is .detach()? : jquery mobile

922