| Procedural File: phpQuery.phpSource Location: /phpQuery.php
 
 
 
 
Classes:phpQuery
	Static namespace for phpQuery functions.
phpQueryPlugins
	Plugins static namespace class. 
 
 Page Details:phpQuery is a server-side, chainable, CSS3 selector driven  Document Object Model (DOM) API based on jQuery JavaScript Library.
 
 
 
 Tags:
 
 Includes:
require_once(dirname(__FILE__).'/phpQueryObject.php') [line 25]require_once(dirname(__FILE__).'/Callback.php') [line 24]
 require_once(dirname(__FILE__).'/DOMEvent.php') [line 21]
 require_once(dirname(__FILE__).'/bootstrap.php') [line 1025]
 require_once(dirname(__FILE__).'/compat/mbstring.php') [line 26]
 require_once(dirname(__FILE__).'/DOMDocumentWrapper.php') [line 22]
 require_once(dirname(__FILE__).'/phpQueryEvents.php') [line 23]
 
 
 
 
 
 
 DOMDOCUMENT [line 17]
 
 
 DOMELEMENT [line 18]
 
 
 DOMNODE [line 20]
 
 
 DOMNODELIST [line 19]
 
 
 
 pq [line 1008]
    | | phpQueryObject|queryTemplatesFetch|queryTemplatesParse|queryTemplatesPickup pq(
 $arg1, [ $context = null]) | 
 | 
 
		Shortcut to phpQuery::pq($arg1, $context)  Chainable.
 Tags:Parameters |