Skip to content
tobiasz.cudnik edited this page Nov 4, 2008 · 3 revisions

phpQuery is almost a full port of the jQuery JavaScript Library.

Ported Sections

   # [http://code.google.com/p/phpquery/wiki/Selectors Selectors]
   # [http://code.google.com/p/phpquery/wiki/Attributes Attributes]
   # [http://code.google.com/p/phpquery/wiki/Traversing Traversing]
   # [http://code.google.com/p/phpquery/wiki/Manipulation Manipulation]
   # [http://code.google.com/p/phpquery/wiki/Ajax Ajax]
   # [http://code.google.com/p/phpquery/wiki/Events Events]
   # [http://code.google.com/p/phpquery/wiki/Utilities Utilities]
   # [http://code.google.com/p/phpquery/wiki/PluginsClientSidePorts Plugin ports]

Additional methods

phpQuery features many additional methods comparing to jQuery:

 * htmlOuter()
 * xml()
 * xmlOuter()
 * markup()
 * markupOuter()
 * getString()
 * reverse()
 * contentsUnwrap()
 * switchWith()
 * all from [http://code.google.com/p/phpquery/wiki/PHPSupport PHPSupport]
 * all from [http://code.google.com/p/phpquery/wiki/Basic Basic]
 * all from [http://code.google.com/p/phpquery/wiki/MultiDocumentSupport MultiDocumentSupport]

Other Differences

 * [http://code.google.com/p/phpquery/wiki/Events?ts=1225458859&updated=Events#Server_Side_Events Server Side Events]
Clone this wiki locally