1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
jquery-lazyload for Debian
--------------------------
In order to make use of jquerylazyload in your html, include the
following lines in your html header:
<script language="javascript" type="text/javascript"
src="/javascript/jquery/jquery.min.js"></script>
<script language="javascript" type="text/javascript"
src="/javascript/jquery-lazyload/jquery.lazyload.min.js"></script>
You can find the non minified version of the file in the same directory.
If you're generating files which are going to be served via the
filesystem (such that no HTTP server is used) instead you should
access them via the filesystem path :
<script language="javascript" type="text/javascript"
src="/usr/share/javascript/jquery/jquery.min.js"></script>
<script language="javascript" type="text/javascript"
src="/usr/share/javascript/jquery-lazyload/jquery.lazyload.min.js"></script>
-- Emilien Klein <emilien+debian@klein.st> Sat, 11 Feb 2012 08:38:04 +0100
|