1.

What are the difference between empty(), remove() and detach() functions in jQuery?

Answer»
remove()detach()empty()
through it matched elements can be REMOVED COMPLETELY from the DOMit is more like with remove function, but it STORES the data ASSOCIATED with elements.it removes all the child elements from the data.


Discussion

No Comment Found