[[T(MainToc)]] = 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 [http://www.cyberlot.net/demos/jqpie/test.html Example] * Inject php generated html into elements using $.(element).load [http://www.cyberlot.net/demos/jqpie/test.html Example] * Call php functions directly from your web pages using $.jqpie [http://www.cyberlot.net/demos/jqpie/test.html Example] * Call jQuery from php in respond to $.jqpie calls [http://www.cyberlot.net/demos/jqpie/test.html 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 [http://projects.cyberlot.net/trac/jqpie/newticket New Ticket] * Help with Docs * Provide your feedback