bourse stock
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
865 B

phpQuery is almost a full port of the [jQuery JavaScript Library](http://jquery.com/).
## Ported Sections
1. [Selectors](Selectors.md)
1. [Attributes](Attributes.md)
1. [Traversing](Traversing.md)
1. [Manipulation](Manipulation.md)
1. [Ajax](Ajax.md)
1. [Events](Events.md)
1. [Utilities](Utilities.md)
1. [Plugin ports](PluginsClientSidePorts.md)
## Additional methods
phpQuery features many additional methods comparing to jQuery:
* htmlOuter()
* xml()
* xmlOuter()
* markup()
* markupOuter()
* getString()
* reverse()
* contentsUnwrap()
* switchWith()
* all from [PHPSupport](PHPSupport.md)
* all from [Basic](Basic.md)
* all from [MultiDocumentSupport](MultiDocumentSupport.md)
## Other Differences
* [Server Side Events](http://code.google.com/p/phpquery/wiki/Events?ts=1225458859&updated=Events#Server_Side_Events)