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.
|
Class and Description |
---|
AddCommand
Add all elements that match the selector to the set of matched elements.
|
AncestorsCommand
Gets the ancestors of each element in the current set of matched elements.
|
ChildrenCommand
Finds children of each element in the current set of matched elements.
|
Command |
ContainsAttributeCommand
Reduce the current set of matched elements to those that contain the specified attribute value
|
ContainsTextCommand
Reduce the current set of matched elements to those that contain the specified text
|
FilterCommand
Reduce the current set of matched elements to those that match the selector or pass the function's test.
|
FilterCSSCommand.CSSAttributeComparator |
FindCommand
Find descendants of the current set of matched elements that match the selector.
|
HasCommand
Reduce the set of matched elements to those that have a descendant that matches the selector or element.
|
NextCommand
Gets siblings of each element in the current set of matched elements.
|
NotCommand
Remove all elements from the set of matched elements that match the selector.
|
ParentCommand
Gets the immediate parents of each element in the current set of matched elements.
|
PrevCommand
Gets the immediately preceding sibling of each element in the current set of matched elements.
|
RegExCommand
Reduce the current set of matched elements to those that match the regex selector.
|
SiblingsCommand
Gets siblings of each element in the current set of matched elements.
|
XPathCommand
Reduce the current set of matched elements to those that match the xpath selector.
|
Class and Description |
---|
Command |
CommandWithPredicates
Finds children of each element in the current set of matched elements.
|
FilterCommand
Reduce the current set of matched elements to those that match the selector or pass the function's test.
|
FilterCSSCommand.CSSAttributeComparator |