Class type Ext_dom_Element.statics


class type statics = object .. end
Inherits
method select : 'a 'b 'c.
'a Js.t -> bool Js.t Js.optdef -> 'b Js.t Js.optdef -> 'c Js.t Js.meth

Selects elements based on the passed CSS selector to enable Element methods to be applied to many related elements in one statement through the returned CompositeElement or CompositeElementLite object.

Parameters: