Simple, Built-In jQuery Effects
If you’ve been reading my jQuery series of posts sequentially, then you saw how to incorporate jQuery into an HTML page, learned how to select elements so that you can use or manipulate them, and hopefully grasped how to add event handlers. In this post, I go into the effects you can apply to add dynamic behavior to an HTML page. Note that I’m discussing just the out-of-the-box effects built into jQuery. A subsequent post will discuss some of the plug-ins that can be brought into a page. (continue reading…)
Event Handling in jQuery
In the first two posts on jQuery, I discuss its basic usage on a page and its selectors. That basic knowledge—from me or elsewhere—is required to continue reading here. In this post, I get into event handling in jQuery. (continue reading…)
50+ Amazing jQuery Examples
I recently came acrossed this article discussing 50+ amazing jQuery examples and thought I’d share it. I’ve already written two posts on jQuery and have more to write (hopefully soon), but I think that seeing something in action is often the best way to appreciate it, particularly when it comes to dynamic things like client-side JavaScript. Also, if you just go to the jQuery home page and look at the list of companies using jQuery, you’ll be duly impressed!