Lines Matching refs:trigger
827 public static function trigger($document, $type, $data = array(), $node = null) { function in phpQueryEvents
840 ->trigger($type, $data);
2514 public function trigger($type, $data = array()) { function in phpQueryObject
2516 phpQueryEvents::trigger($this->getDocumentID(), $type, $data, $node);
2573 return $this->trigger('change');
2583 return $this->trigger('submit');
2593 return $this->trigger('click');
2874 phpQueryEvents::trigger($this->getDocumentID(),
2886 phpQueryEvents::trigger($this->getDocumentID(),
3306 phpQueryEvents::trigger($this->getDocumentID(),
3717 phpQueryEvents::trigger($this->getDocumentID(),
5153 phpQueryEvents::trigger($documentID, 'ajaxStart');
5160 phpQueryEvents::trigger($documentID, 'ajaxSend', array($client, $options));
5181 phpQueryEvents::trigger($documentID, 'ajaxSuccess', array($client, $options));
5186 …phpQueryEvents::trigger($documentID, 'ajaxError', array($client, /*$response->getStatus(),*/$respo…
5191 phpQueryEvents::trigger($documentID, 'ajaxComplete', array($client, $options));
5193 phpQueryEvents::trigger($documentID, 'ajaxStop');