Which am I better off doing? .hide() is quicker than writing out .css("display", "none"), but what’s the difference and what are both of them actually doing to the HTML element?
.hide()
.css("display", "none")
©2020 All rights reserved.