Functiondojo.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)
parametertypedescription
args  

Examples

Example 1

Wipe out all tables with class "blah":

dojo.query("table.blah").wipeOut().play();