HANDOUT TITLE:

What is the difference between $('#element').remove() and $('#element').detach() remove() removes the element from the DOM along with any jQuery data such as event handlers, while detach() only removes the element from the DOM. detach() removes the element along with all the jQuery data, whereas remove() only removes it from the DOM. Page 5 of 5 ................
................