Proxy
Takes a function and returns a new one that will always have a particular context.
YsJQuery::newInstance()
->execute(
YsJQuery::proxy()
->context('obj')
->name("test")
)
jQuery4PHP Current Release: v1.7.0 - Stable
jQuery version: v1.8.2
jQueryUI version: Stable (1.8.24: jQuery 1.3.2+)
These methods are used to register behaviors to take effect when the user interacts with the browser, and to further manipulate those registered behaviors.
YsJQuery::newInstance()
->execute(
YsJQuery::proxy()
->context('obj')
->name("test")
)
Support requests, bug reports, and off-topic comments will be deleted without warning.