jQuery Helper

By Marco Pegoraro (thepeg)
I wrote an helper that allow you to enjoy jQuery library by helping in script inclusion and plugin management.
I have only wrote an italian documentation yet but code il simply, comments are in english (bad english... but english!)

Code download and documentation can be found at:
http://www.consulenza-web.com/cakephp-jquery-helper.dc-28.html
I hope someone will give me an english translation!


EDITORS NOTE: Thank you to Marco for putting together this helper. It would be great to have a detailed englsih explanation in this article. If you would like to help email, docs [at] cakephp [dot] org.

 

Comments 275

CakePHP Team Comments Author Comments
   

Comment

2 Misnamed

I think it is a misnomer to call this a "jQuery helper" which may suggest it helps write jQuery code.
This helper will help include javascript files based on the current controller and action, and just requires that these be in a "jQuery" folder.
Posted Mar 23, 2007 by Grant Cox.
 

Comment

3 jQuery Helper

I've implemented the JAX - jQuery Ajax Helper...

http://www.tuliofaria.net/jax-jquery-ajax-helper-for-cakephp/
Soon I will translate to english... but it works like native ajax helper...

[]'s
Posted Oct 3, 2007 by Tulio Faria