dojo.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)
parameter | type | description |
---|---|---|
args |
Examples
Example 1
// highlight all links with class "foo"
dojo.query("a.foo").hightlight().play();