jQuery-PHP Support forum jquery-php Develop AJAX applications with JQuery library This package can be used to develop AJAX applications using the JQuery JavaScript library. There is a Javascript library that wraps around JQuery library to send AJAX requests. There are also several PHP classes used ...
This class can be used process interaction requests using jQuery. It can generate Javascript that uses the jQuery library send AJAX requests. The class can generate Javascript calls that process the server response, show errors and debug information. zquery Support forum zquery Process interaction ...
jQuery Helper Support forum jquery-helper Generate Javascript to call jQuery library This class can be used to generate Javascript to call jQuery library. It intercepts calls to class functions that do not exist and generates a string with JavaScript code that would be used to call jQuery library ...
This class can check and update newer jQuery versions. It can check the versions of a previously downloaded jQuery library file and the current version in jQuery site. The class can update the local version if there is a newer version in the jQuery site. PHP jQuery updater Support forum php-jquery ...
PHP jQuery Toggler Support forum php-jquery-toggler Show and hide of a page element using jQuery This class can be used to show and hide of a page element using the jQuery library. It can generate HTML with JavaScript code that uses the jQuery library to make a given page element show or hide using ...
jQuery tabs Support forum jquery-tabs Generate HTML to display tabs using jQuery. This is a simple class that can be used to generate HTML to display tabs using jQuery. It can add one or more tab links and the respective content sections . The class generates HTML lists and entries that appear as ...
This class can be used to manipulate HTML and XML documents similar to jQuery. It can load HTML or XML documents and implements an iterator interface to traverse the document nodes as if they were array nodes. The class implements several functions to manipulate and search for document nodes like the ...
Larrys Form Generation Support forum form-generation Create HTML forms using jQuery for validation This class can create HTML forms using jQuery for validation. It can generate HTML for different types of form elements like inputs, labels, form start and end sections. The generated HTML includes ...
This class can generate HTML to use the jQuery library. It can generate HTML tags with JavaScript code to call the jQuery library and perform several types of operations. Currently it can submit forms using AJAX requests, show, hide, slide, toggle page elements, disable and enable form fields. jQuery ...
This package can be used to call PHP functions to handle jQuery events. It can generate Javascript that is executed on the browser side to perform AJAX requests when certain events happen. The class detects when the AJAX requests are sent and executes given PHP functions that return the necessary Javascript ...