Core Docs | Additional Modules Docs

sb.nodeList.prototype.hide


@Description: hides all the elements in the nodeList
var nodes = $('img');
nodes.hide()
@File: nodeList/prototype/hide.js