File: README.Debian

package info (click to toggle)
jquery-lazyload 1.9.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,312 kB
  • sloc: javascript: 261; sh: 26; makefile: 7
file content (35 lines) | stat: -rw-r--r-- 1,377 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
jquery-lazyload for Debian
--------------------------

Documentation on how to use the plugin is available in
/usr/share/doc/libjs-jquery-lazyload/README.textile.gz
or on the web at http://www.appelsiini.net/projects/lazyload

For web servers such as Apache that make use of the help provided by
javascript-common, the minified file will be served from /javascript:

    <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>

Have a look at the example files, either in the
/usr/share/doc/libjs-jquery-lazyload/examples/ folder or on the web:
http://www.appelsiini.net/projects/lazyload/enabled.html

You can find the non-minified version of the plugin in the same directory
as the minified file.

If you're generating files which are going to be served via the
filesystem (such that no HTTP server is used), 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>  Fri, 26 Sep 2014 20:04:56 +0200