Using jQuery in CakePHP 1.2
To jQuery, or not to jQuery. That is the question
The best thing I can say about jQuery is that it is small. Compared to the Prototype javascript library we are talking a significant amount. When implementing this into a website, it's all about load size. The smaller the better.
Another point I like about jQuery is the fact that it's modualrized for it's UI, which is simular to Scriptaculous. You only need to load the javascript that you need for each page. It also degrades very nicely when javascript is disabled.
I took some time, and put together a slideshow to demonstrate the functionality of jQuery. It is very straight forward once you understand the nomencalture, which is also very intuitive.
I honestly don't know why I hadn't tried jQuery before. I had known about it for some months now, and can now honestly say, that I'm making a switch. So long prototype. Hello jQuery.


Sola Said:
Yeah! Prototype isn't programmer friendly. I've been trying to write code checks all the checkboxes in a form but I still can't get it up. Twas so easy with jQuery! jQuery Rock! I think CakePHP + jQuery would be sweet! :D