phpQuery |
[ class tree: phpQuery ] [ index: phpQuery ] [ all elements ] |
Packages: phpQuery Files: Classes: |
[ Top ] static $ajaxSettings = array(
|
var: | XXX should it be static or not ? |
access: | public |
Type: | array |
[line 34]
access: | public |
Type: | mixed |
[line 45]
access: | public |
Type: | mixed |
[line 43]
Applies only to HTML.access: | public |
Type: | unknown_type |
[line 36]
access: | public |
Type: | mixed |
[line 35]
access: | public |
Type: | mixed |
[line 97]
access: | public |
Type: | mixed |
[line 95]
access: | public |
Type: | mixed |
[line 51]
Static namespace for plugins.access: | public |
Type: | object |
[line 57]
List of loaded plugins.access: | public |
Type: | unknown_type |
[line 58]
access: | public |
Type: | mixed |
[line 59]
access: | public |
Type: | mixed |
|
link: | http://docs.jquery.com/Ajax/jQuery.ajax |
TODO: | $options['cache'] |
TODO: | $options['processData'] |
TODO: | support callbackStructure like each() and map() |
access: | public |
array | $options | See $options http://docs.jquery.com/Ajax/jQuery.ajax#toptions Additional options are: 'document' - document for global events, @see phpQuery::getDocumentID() 'referer' - implemented 'requested_with' - TODO; not implemented (X-Requested-With) |
$xhr |
|
access: | public |
$host1 | ||
$host2 | ||
$host3 |
|
access: | public |
$url1 | ||
$url2 | ||
$url3 |
|
access: | public |
$ajaxSettings | ||
$callback | ||
$param1 | ||
$param2 | ||
$param3 |
|
access: | public |
$url | ||
$callback | ||
$param1 | ||
$param2 | ||
$param3 |
|
access: | public |
$url | ||
$data | ||
$callback | ||
$param1 | ||
$param2 | ||
$param3 |
|
access: | public |
$callback | $callback | Callback |
$params | $params | |
$paramStructure | $paramStructure |
|
return: | New DOM ID |
todo: | support passing DOMDocument object from self::loadDocument |
todo: | support PHP tags in input |
access: | protected |
unknown_type | $html | |
unknown_type | $domId | |
$contentType | ||
$documentID |
|
link: | http://docs.jquery.com/Utilities/jQuery.each |
access: | public |
$object | $object | |
$callback | $callback | |
$param1 | ||
$param2 | ||
$param3 |
|
deprecated: | |
access: | public |
$class | $class | |
$file | $file |
|
access: | public |
$url | ||
$data | ||
$callback | ||
$type |
|
$id can be retrived via getDocumentID() or getDocumentIDRef(). Chainable.
see: | phpQuery::selectDocument() |
access: | public |
unknown_type | $id |
|
access: | public |
$source | $source | DOMNode|phpQueryObject |
|
Returns null if such document doesn't exist.
access: | public |
$source | $source | DOMNode|phpQueryObject|string |
|
link: | http://docs.jquery.com/Utilities/jQuery.grep |
access: | public |
$array | $array | |
$callback | $callback | |
$invert | $invert |
|
TODO: | there are problems with non-static methods, second parameter pass it but doesnt verify is method is really callable |
access: | public |
$function | $function |
|
deprecated: | |
todo: | still used ? |
access: | public |
String | $input |
|
Chainable.
return: | up |
access: | public |
$document | $document | DOMDocument |
|
link: | http://docs.jquery.com/Utilities/jQuery.makeArray |
access: | public |
$obj |
|
link: | http://docs.jquery.com/Utilities/jQuery.map |
access: | public |
$array | ||
$callback | ||
$param1 | ||
$param2 | ||
$param3 |
|
todo: | node lists, phpQueryObject |
access: | public |
array | $one | |
array | $two |
|
Chainable.
TODO: | support DOMDocument |
access: | public |
unknown_type | $markup | |
$contentType |
|
Chainable.
access: | public |
string | $file | URLs allowed. See File wrapper page at php.net for more supported sources. |
$contentType |
|
access: | public |
$file | ||
$charset |
|
access: | public |
$file | ||
$contentType |
|
access: | public |
$file | ||
$charset |
|
access: | public |
$file | ||
$charset |
|
access: | public |
$markup | ||
$charset |
|
access: | public |
$markup | ||
$contentType |
|
access: | public |
$markup | ||
$charset |
|
access: | public |
$markup | ||
$charset |
|
access: | public |
array|phpQuery | $data |
|
access: | public |
string | $json |
|
access: | public |
$php | ||
$charset |
|
access: | public |
string | $class | Extending class name. Real class name can be prepended phpQuery_. |
string | $file | Filename to include. Defaults to "{$class}.php". |
|
access: | public |
$url | ||
$data | ||
$callback | ||
$type |
|
Use pq() as shortcut.
In below examples, $pq is any result of pq(); function.
return: | phpQuery object or false in case of error. |
access: | public |
string|DOMNode|DOMNodeList|array | $arg1 | HTML markup, CSS Selector, DOMNode or array of DOMNodes |
string|phpQueryObject|DOMNode | $context | DOM ID from $pq->getDocumentID(), phpQuery object (determines also query root) or DOMNode (determines also query root) |
|
$id can be retrived via getDocumentID() or getDocumentIDRef().
access: | public |
unknown_type | $id |
|
access: | public |
mixed | $data |
|
access: | public |
mixed | $documentID | @see phpQuery::getDocumentID() for supported types. |
$id |