New, non-bone headed version of FastInit
Thursday, March 15, 2007There's a new version of FastInit up: 1.4.1. Version 1.4, the one where I 'claimed' it was Prorotype free... wasn't. What an utter dufus! Also Ken Snyder suggested a feature and supplied a patch to allow FastInit.addOnLoad() to be called even after the DOM is ready, in which case they are executed immediately.
3 Comments
Andrew,
thank you very much for the FastInit script. It works perfect for me with FF 2.0.0.3 but I do have problems with IE6 and IE7. Sometimes the scripts just don't get loaded when I am using Fastinit (and sometimes they do!). Are there any known issues with these browsers?
Alex
Hi Alexander, not that I know of. FastInit has been used successfully on projects I've seen/tested with those browsers.
I get an error in IE6 on a page that has fastinit dynamically loaded-- it says that document.getElementById('__ie_onload')... is null or not an object.
It looks like the previous line, document.write([__ie_onload]), is not being executed properly in this case.