Tag Archives: jquery
Functional usage of jQuery to replace PHP
For the longest time, I’ve been using PHP to alternate rows when displaying data in a grid. I stumbled across this neat little site that adds a bit more to tables (or divs for you savvy css designers) How to … Continue reading
Good read on jQuery vs MooTools
Much like any debate: Kirk vs. Picard, Mario vs. Sonic, Joel Hodgson vs Mike Nelson, there’s one on Javascript framework. I personally use jQuery since it was the easiest to learn and had many plugins that did all the heavy … Continue reading
jQuery simple comment form
jQuery is such a powerful tool, and mastering it will take only a few months at best. Here’s a very simple form that you can use to test out jQuery’s ajax ability. For best practices, you want to make sure … Continue reading →