Post archive for ‘jQuery’
Get Started with jQuery
Unlike CodeIgniter, jQuery has no limit to the number of tutorials available to help you get started. Rather than making a comprehensive list, I’ve decided to make a quick list of what I consider to be the most valuable resources for getting your hands dirty with jQuery.
John Resig
How jQuery Works
jQuery Online Movie Tutorial
Karl Swedberg
Working [...]
Using JSON in CodeIgniter with jQuery
I just stumbled across a quick tutorial for those of you looking to integrate jQuery within your CodeIgniter projects. It’s a simple tutorial, but (as always) great to watch others code to learn new tips and tricks along the way.
What’s new in jQuery 1.4?
With all of the excitement surrounding the latest release of jQuery, I thought I would highlight five new features that I am most excited about. Besides the restructuring of the core and the reduction of it’s size (no longer using YUI compressor, but the Google Closure Compiler instead…a 13% decrease in size!) and complexity, there [...]
jQuery Documentation
Let’s get started by linking to the best resource that the main jQuery web site has to offer: the Official jQuery Documentation.
If you already use jQuery in your projects, you probably visit this on a daily basis (I have dedicated a bookmark to it in Safari). This will help you find examples of everything the [...]