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…)
