Quote:
Originally Posted by OldSchoolDSL
Installed, although as the original author stated on his site...
http://www.appelsiini.net/projects/lazyload/
He does not believe this will completely work with more modern browser.
Also I would recommended the following....
1) Change the JQuery version number from:
PHP Code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
To 1.5.0 for a faster load time and improved browser support.
PHP Code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js" type="text/javascript" charset="utf-8"></script>
2) If your community already does load JQuery.... There is no reason to load it more then 1x. So you can be safe to edit it out (remove) JQuery in the authors code.
|
I am using 1.5.2 and it seems to work fine with no reports of any errors.