phpQueryObject::triggerHandler PHP Méthode

triggerHandler() public méthode

This particular method triggers all bound event handlers on an element (for a specific event type) WITHOUT executing the browsers default actions.
public triggerHandler ( unknown_type $type, unknown_type $data = [] ) : phpQueryObject | QueryTemplatesSource | QueryTemplatesParse | QueryTemplatesSourceQuery
$type unknown_type
$data unknown_type
Résultat phpQueryObject | QueryTemplatesSource | QueryTemplatesParse | QueryTemplatesSourceQuery
    public function triggerHandler($type, $data = array())
    {
        // TODO;
    }