jQuery Helper
Package:
Summary:
Generate Javascript to call jQuery library
Groups:
Author:
Description:
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.
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.
Comments are closed.