dojo style

1)dojo.addClass(node: DomNode|String, classStr: String) Add a class to the node, var node=dojo.byId(‘divv’); dojo.addClass(‘divv’,’color’); dojo.addClass(node,’s1′); 2)var bool = dojo.hasClass(node

Dojo Query

on the Web In application development, the application of JavaScript is becoming more and more common and more complex. There are often hundreds of HTML elements in a Web page. It is possible to ac