Some thoughts about

  • iframeFitContent a jQuery Plugin

    Aside from using the jQuery contents(); method to access iframe content, this plugin determines the actual height of the content, rather than using scrollHeight then adding X amount of extra height to the iframe itself. Documentation: To install the iframeFitContent plugin, download jquery-iframefitcontent.min.js and link to the script after installing jQuery 1.4.x. Then in a [...]

  • Selecting Checkboxes with jQuery

    This video demonstrates using jQuery to select checkboxes and mark them checked. Also covered is selecting a group of related checkboxes using jQuery’s filter.

  • Toggling and Effects with jQuery

    The following tutorial demonstrates how to use a toggle button to animate and fade some text in and out with jQuery.

  • Getting Started with jQuery.

    Watch a video tutorial to get started with jQuery. I will cover a few of the basics in this video.