-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
56 lines (49 loc) · 2.77 KB
/
index.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Jquery-cache-images by FreshVine</title>
<link rel="stylesheet" href="assets/styles.css">
<link rel="stylesheet" href="assets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Jquery-cache-images</h1>
<p>Plugin for jQuery that allows for the easy caching of image files in the browsers localStorage or indexedDB. Can be bound elements or parents.</p>
<p class="view"><a href="https://github.com/FreshVine/jQuery-cache-images">View the Project on GitHub <small>FreshVine/jQuery-cache-images</small></a></p>
<ul>
<li><a href="https://github.com/FreshVine/jQuery-cache-images/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/FreshVine/jQuery-cache-images/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/FreshVine/jQuery-cache-images">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1>
<a name="jquery-cache-images-plugin" class="anchor" href="#jquery-cache-images-plugin"><span class="octicon octicon-link"></span></a>jQuery Cache Images plugin</h1>
<div style="text-align: center; font-size: 2.1em; maging-bottom: 15px;">
<a href="demo.html" style="font-weight: 500;">Online Demo</a>
</div>
<p>Plugin for jQuery that allows for the easy caching of image files in the browsers localStorage. The local storage approach allows the media to persist across sessions, while the browser manages all of the cross-domain privacy protections. </p>
<h1>
<a name="credits-and-thanks" class="anchor" href="#credits-and-thanks"><span class="octicon octicon-link"></span></a>Credits and Thanks</h1>
<ul>
<li>Based Heavily off of <a href="https://github.com/doomhz" class="user-mention">@doomhz</a> plugin <a href="https://github.com/doomhz/jQuery-Image-Cache">jQueryImageCache</a>
</li>
<li>Utilizing base64 encoding from <a href="https://github.com/mathias" class="user-mention">@mathias</a> <a href="http://jsperf.com/encoding-xhr-image-data/33">Encoding XHR image data</a>
</li>
</ul>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/FreshVine" title="Membership Software">FreshVine</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>