Error: Failed to load processor T
No macro or processor named 'T' found

Welcome to jQPie

The idea of jQPie is to provide a lightweight PHP interface to jQuery. The lightweight interface allows multiple ways to interact.

What makes jQPie unique?

  • Lightweight
  • Supports XML, HTML and JSON Handlers
  • API is simple, while the handlers engine is PHP based the javascript library is usable by any language
  • Includes a powerful autocomplete plugin, plans to provide other plugins for use and as examples

What can jQPie do?

  • Easily request and process data from php using $.getJSON Example
  • Inject php generated html into elements using $.(element).load Example
  • Call php functions directly from your web pages using $.jqpie Example
  • Call jQuery from php in respond to $.jqpie calls Example
  • Work with ExtJS library, the next 2 examples showcase this
  • Advanced autocomplete using jqpie_complete ExampleAuto
  • Client side table sorting ExampleAuto

Downloading jQPie

jQPie 0.3 http://projects.cyberlot.net/downloads/jqpie-0.3.zip

How can you help?

  • Reporting Bugs New Ticket
  • Help with Docs
  • Provide your feedback