Wells Fargo interview question

Describe the difference between hide() and remove() in jQuery. Describe the difference between event propagation and event capturing.

Interview Answer

Anonymous

26 Apr 2019

hide() sets the matched elements' CSS display property to none . remove() removes the matched elements from the DOM completely.