Functiondojo.NodeList.highlight

dojo.require("dojox.fx.ext-dojo.NodeList");
defined in dojox/fx/ext-dojo/NodeList.js

highlight all elements of the node list. Returns an instance of dojo._Animation

Usage

function (args) (view source)
parametertypedescription
args  

Examples

Example 1

// highlight all links with class "foo"
dojo.query("a.foo").hightlight().play();