Method |
Description |
|
add ( DOMNode | phpQueryObject | string $document, $node, unknown_type $type, unknown_type $data, unknown_type $callback = null ) |
Binds a handler to one or more events (like click) for each matched element. |
|
remove ( DOMNode | phpQueryObject | string $document, $node, unknown_type $type = null, unknown_type $callback = null ) |
Enter description here. |
|
trigger ( DOMNode | phpQueryObject | string $document, unknown_type $type, unknown_type $data = [], $node = null ) |
Trigger a type of event on every matched element. |
|