Package | Description |
---|---|
com.abmash.core.jquery |
Provides classes to create jQuery selectors and commands.
|
com.abmash.core.jquery.command |
Provides classes which contain different jQuery commands that select or manipulate elements, and extract their contents.
|
Modifier and Type | Method and Description |
---|---|
JQuery |
JQuery.filter(FilterCommand command) |
Modifier and Type | Class and Description |
---|---|
class |
FilterCSSCommand
Reduce the set of matched elements to those that have the desired css values.
|
class |
RegExCommand
Reduce the current set of matched elements to those that match the regex selector.
|