jQPie (Jquery PHP interface extension) - Trac
March 15th, 2007
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
jQPie is a jQuery PHP interface extension that provides a lightweight PHP interface to jQuery. The interface gives you multiple ways to interact and supports XML, HTML and JSON Handlers.
What can jQPie do?
- Easily request and process data from php using $.getJSON
- Inject php generated html into elements using $.(element).load
- Call php functions directly from your web pages using $.jqpie
- Call jQuery from php in respond to $.jqpie calls
- Advanced autocomplete using jqpie_complete
Check out examples as well as the advanced autocomplete example.
