We have all gone to Google.com and noticed that they have a neat little animation to reveal more of their page. So let me show you how to create similar effects using jQuery and jQuery UI. We will be using the .animate effect for jQuery UI, along with FadeIn and AddClass. I’m not going to [...]
jQuery 1.3+ Autocomplete, The Newbie Guide
This is my first jQuery guide specifically for newbies who either don’t have much experience with jQuery or just need to see an example to understand it. The more examples you read, the better off you are at developing your own stuff. For those of you hoping to see jQuery UI 1.8′s autocomplete, sorry to [...]
jQuery vs Prototype, a newbies perspective
When I first started to dabble with javascript and ajax, Prototype was the only game in town that was making any headlines. So of course I used prototype with script.aculo.us . I was able to make some simple stuff, but my coding with Prototype wasn’t very elegant and it certainly wasn’t the best way to code things. [...]