Archives For jquery

An article I wrote entitled Using jQuery to Customize Your Adobe AIR Application has just been published online at Peachpit Press’s Web site.. You can read it at http://www.peachpit.com/articles/article.aspx?p=1326510. The article shows a handful of practical ways jQuery can be used in an Adobe AIR application, although some of the information covered is much more about jQuery than it is about Adobe AIR (i.e., much of the content is applicable to Web development, too).

This entry is part 5 of 7 in the series Introduction to jQuery

If you’ve been reading my jQuery series of posts sequentially, then you saw [intlink id=”110″ type=”post”]how to incorporate jQuery into an HTML page[/intlink], learned [intlink id=”248″ type=”post”]how to select elements[/intlink] so that you can use or manipulate them, grasped [intlink id=”261″ type=”post”]how to add event handlers[/intlink], and saw [intlink id=”298″ type=”post”]some of the effects[/intlink] that can easily be applied. In this post, I discuss other ways you can manipulate document elements: by altering their CSS, changing their values and attributes, and by adding or removing elements. Although these techniques have an affect on the visual page, I’ve grouped them together here (separate from the effects post) as they’re all primarily about delivering content. Continue Reading…

This entry is part 4 of 7 in the series Introduction to jQuery

If you’ve been reading my jQuery series of posts sequentially, then you saw [intlink id=”110″ type=”post”]how to incorporate jQuery into an HTML page[/intlink], learned [intlink id=”248″ type=”post”]how to select elements[/intlink] so that you can use or manipulate them, and hopefully grasped [intlink id=”261″ type=”post”]how to add event handlers[/intlink]. 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

March 2, 2009
This entry is part 3 of 7 in the series Introduction to 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

February 19, 2009

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!