Archive

Here you can still download all the original plugins that worked with mootools 1.11.

Most of these plugins have been made compatible with the latest version of mootools so it is recommended that you use those instead.

If they are not available on this site yet then you can download them from http://phatfusion.googlecode.com

    • Bee
    • January 25th, 2010

    What method are you using for your headlines?

    • Marco
    • February 1st, 2010

    Hi there,

    You say this link contains sources compatible with mootools 1.11 .

    I’ll get back to that later. I was first looking for a new pageloader.js because version 1.0 is broken with IE:

    var newEl = $(‘temp’).getElement(‘#’+this.options.loadFrom);

    should be something like

    var newEl = $(‘temp’).getElement(‘div #’+this.options.loadFrom);

    IE is a bit picky when it comes to selectors …

    but anyway, back to the issue. Then i found the pageloader.js is version 1.1 and it uses functions like replaces() . Isn’t the replace() function mootools 1.2 ?

  1. No trackbacks yet.