JavaScript / zepto.js

Ich verwende die zepto.js JavaScript Library.

zepto.js

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.

Schreibe einen Kommentar