Ich verwende die zepto.js JavaScript Library.
hide
hide() ⇒ self
Hide elements in this collection by setting their display
CSS property to none
.
show
show() ⇒ self
Restore the default value for the “display” property of each element in the array, effectively showing them if they were hidden with hide.