Back

.hide( )

Hide each element in the current set

This method does not support animation. Use .fadeOut() instead.

Params

none

Returns

DollarJS (chainable)

Examples

$('p').hide()