PHP Classes / jQuery Helper

Generate Javascript to call jQuery library

jQuery Helper PHP Class

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 functions passing the argument values passed to the class call after converting them into JavaScript Object Notation. The class calls return the instance of the current object which can be used to also retrieve the generated JavaScript code string.

Similar PHP Classes

Search in PHP Classes

Filter by tags