dojo.NodeList.wipeOut
dojo.require("dojo.NodeList-fx");
defined in dojo/NodeList-fx.js
wipe out all elements of this NodeList. Returns an instance of dojo._Animation
Usage
function (args) (view source)
parameter | type | description |
---|---|---|
args |
Examples
Example 1
Wipe out all tables with class "blah":
dojo.query("table.blah").wipeOut().play();