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
What method are you using for your headlines?
I’m using the @font-face css method. Check out http://www.fontsquirrel.com
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 ?