SizzleSelector
SizzleSelector
class is used for finding DOM elements using Sizzle selector mechanism.
Constuctor
Initializes a new instance of the SizzleSelector
class.
The basic constructor with the selector string as an argument.
var selector = new SizzleSelector(":text");
Last updated
Was this helpful?