Difference between detach and remove? : jQuery Mobile
Answer / Vikas Gupta
The 'detach' method removes an element from the DOM but maintains its reference in memory, allowing you to reinsert it later. The 'remove' method also removes an element from the DOM, but does not maintain a reference to it.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the various ajax functions?
Which are the popular jQuery CDN? and what is the advantage of using CDN?
Can you call C# code-behind method using jQuery? If yes,then how?
What are different type of selector in jQuery?
What is the difference between prop() and attr() in jquery?
Define type paremeter of jquery ajax method?
Which command will give a version of jQuery?
Why we use chaining in jquery?
Tell me is jquery a w3c standard? : jquery mobile
What is the method used to define the specific character in place of $ sign?
Explain the concepts of "$ function" in jquery with an example?
Can we include multiple version of jquery? : jquery mobile