We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80def90 commit ac70efeCopy full SHA for ac70efe
demo.html
@@ -29,7 +29,7 @@ <h1>jQuery Cache Images v1.0 Plug-in</h1>
29
<img src="assets/x-all-the-things.png" />
30
<img src="assets/cat.gif" />
31
<img src="assets/warhol.jpg" />
32
- </ul>
+ </div>
33
34
35
<h2>Flickr Test</h2>
@@ -51,6 +51,9 @@ <h2>Flickr Test</h2>
51
// $('#flickrTest').cacheImages({debug: true});
52
$(document).on('click','#dropCache', function(){ cacheImagesDrop(); });
53
$(document).on('click','#cacheLoadAll', function(){ cacheImagesShowAll( $('#statWindow') ); });
54
+ $(document).on('click','#FlickrTest', function(){
55
+
56
+ });
57
});
58
59
/*
0 commit comments