Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for FlyDOM: Create DOM on the Fly


FlyDOM: Create DOM on the Fly 3.0.8

# Fixed yet another bug with the on* events and IE; this time I thoroughly tested them with IE 7 and IE 6. (July 25, 2007 - Credit to Tomi)

My apologies; I accidentally uploaded a blank file. Please visit http://dohpaz.mine.nu/jquery/jquery.flydom.html#download for the latest release. :)

FlyDOM: Create DOM on the Fly 3.0.7

Fixed a bug with the chainability of tplAppend() and tplPrepend() methods. (July 19, 2007 - Credit to Alejandro)

FlyDOM: Create DOM on the Fly 3.0.6

  • Completely rewrote the library to be 95%/5% Javascript DOM and jQuery; respectively:
    This means that the code should be at least 99% portable between all versions of jQuery.

    Update: I've just tested FlyDOM with all available versions of jQuery, and they work just fine with FlyDOM!

  • Since this version is not so heavily dependent on jQuery, there should be a significant speed boost in all web browsers for any version of jQuery.

    Note: If someone would like to help me put up some benchmarks between this version and the last, please e-mail me and let me know. I would greatly appreciate it, and would fully credit whomever for helping me out.