Difference between jQuery’s .hide() and setting CSS to display: none
From the jQuery page about .hide(): “The matched elements will be hidden immediately, with no animation. This is roughly equivalent to calling .css(‘display’, ‘none’), except that the value of the display property is saved in jQuery’s data cache so that display can later be restored to its initial value. If an element has a display … Read more