Describe the difference between hide() and remove() in jQuery. Describe the difference between event propagation and event capturing.
Anonymous
hide() sets the matched elements' CSS display property to none . remove() removes the matched elements from the DOM completely.
Check out your Company Bowl for anonymous work chats.