What is .detach()? : jquery mobile



What is .detach()? : jquery mobile..

Answer / Indal Babu

.detach() is a jQuery method that removes an element from the DOM, preserving its event handlers. This means you can reattach the element to another part of the DOM later if needed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Explain the difference between .empty() and .remove() ?

1 Answers  


Which are the fastest selectors in jquery? : jquery mobile

1 Answers  


What is the use of toggle() method in jquery?

1 Answers  


Define cdn in jquery?

1 Answers  


What is the difference between prop and attr?

1 Answers  


Tell me what does $("div") will select? : jquery mobile

1 Answers  


Explain the difference between body onload() and document.ready() function? : jquery mobile

1 Answers  


What is jQuery CDN?

1 Answers  


Explain which program is useful for testing jquery?

1 Answers  


Explain the concepts of "$ function" in jquery with an example?

1 Answers  


What is a jquery ajax?

1 Answers  


What is the basic need to start with jQuery?

1 Answers  


Categories