. show() hide() , , . , hide (, ..). http://api.jquery.com/hide/
.css('display', 'none') .css('display', 'block'), , , .
show()/hide() .css() , , .
One more note. TheDramaLama said hide () removes the item from the source code. I think TheDramaLama means that it deletes it in its own way, but it still remains in the source code (aka DOM).
James source
share