Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
- this update will bring all plugins to cdnjs and jsDeliver CDN
- some description changes
  • Loading branch information
dkern committed Jun 21, 2016
1 parent 5e62522 commit b781008
Show file tree
Hide file tree
Showing 19 changed files with 33 additions and 30 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,15 @@ If you get this you can install Lazy by different ways.
Some examples below:

#### CDN
Lazy is available over [cdnjs](http://cdnjs.com) and [jsDelivr](http://jsdelivr.com) CDN and can directly included to every page.
Lazy and all plugins are available over [cdnjs](http://cdnjs.com) and [jsDelivr](http://jsdelivr.com) CDN and can directly included to every page.
```HTML
<!-- cdnjs -->
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.0/jquery.lazy.min.js"></script>

<!-- jsDeliver -->
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery.lazy/1.7.0/jquery.lazy.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery.lazy/1.7.1/jquery.lazy.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery.lazy/1.7.1/jquery.lazy.plugins.min.js"></script>

<!-- cdnjs -->
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.1/jquery.lazy.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.1/jquery.plugins.min.js"></script>
```

#### Self-Hosted
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-lazy",
"description": "Lazy is a fast, feature-rich and lightweight delayed content loading plugin for jQuery and Zepto. It's designed to speed up page loading times and decrease traffic to your users by only loading the content in view. You can use Lazy in all vertical and horizontal scroll ways. It supports images in 'img' tags and backgrounds, supplied with css like 'background-image', by default. On those elements Lazy can set an default image or a placeholder while loading and supports retina displays as well. But Lazy is even able to load any other content you want by plugins and custom loaders.",
"version": "1.7.0",
"version": "1.7.1",
"main": "jquery.lazy.min.js",
"license": [
"MIT",
Expand Down
7 changes: 4 additions & 3 deletions jquery.lazy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery & Zepto Lazy - v1.7.0
* jQuery & Zepto Lazy - v1.7.1
* http://jquery.eisbehr.de/lazy/
*
* Copyright 2012 - 2016, Daniel 'Eisbehr' Kern
Expand All @@ -14,14 +14,15 @@
;(function(window, undefined) {
"use strict";

// noinspection JSUnresolvedVariable
/**
* library instance - here and not in construct to be shorter in minization
* library instance - here and not in construct to be shorter in minimization
* @return void
*/
var $ = window.jQuery || window.Zepto,

/**
* unique plugin instance id
* unique plugin instance id counter
* @type {number}
*/
lazyInstanceId = 0;
Expand Down
2 changes: 1 addition & 1 deletion jquery.lazy.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions jquery.lazy.plugins.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery & Zepto Lazy - AJAX Plugin - v1.1
* jQuery & Zepto Lazy - AJAX Plugin - v1.2
* http://jquery.eisbehr.de/lazy/
*
* Copyright 2012 - 2016, Daniel 'Eisbehr' Kern
Expand Down Expand Up @@ -73,7 +73,7 @@
})(window.jQuery || window.Zepto);

/*!
* jQuery & Zepto Lazy - AV Plugin - v1.2
* jQuery & Zepto Lazy - AV Plugin - v1.3
* http://jquery.eisbehr.de/lazy/
*
* Copyright 2012 - 2016, Daniel 'Eisbehr' Kern
Expand Down Expand Up @@ -189,7 +189,7 @@
})(window.jQuery || window.Zepto);

/*!
* jQuery & Zepto Lazy - iFrame Plugin - v1.2
* jQuery & Zepto Lazy - iFrame Plugin - v1.3
* http://jquery.eisbehr.de/lazy/
*
* Copyright 2012 - 2016, Daniel 'Eisbehr' Kern
Expand Down Expand Up @@ -269,7 +269,7 @@
})(window.jQuery || window.Zepto);

/*!
* jQuery & Zepto Lazy - NOOP Plugin - v1.1
* jQuery & Zepto Lazy - NOOP Plugin - v1.2
* http://jquery.eisbehr.de/lazy/
*
* Copyright 2012 - 2016, Daniel 'Eisbehr' Kern
Expand Down Expand Up @@ -300,7 +300,7 @@
})(window.jQuery || window.Zepto);

/*!
* jQuery & Zepto Lazy - Script Plugin - v1.1
* jQuery & Zepto Lazy - Script Plugin - v1.2
* http://jquery.eisbehr.de/lazy/
*
* Copyright 2012 - 2016, Daniel 'Eisbehr' Kern
Expand Down Expand Up @@ -328,7 +328,7 @@
})(window.jQuery || window.Zepto);

/*!
* jQuery & Zepto Lazy - YouTube Plugin - v1.1
* jQuery & Zepto Lazy - YouTube Plugin - v1.2
* http://jquery.eisbehr.de/lazy/
*
* Copyright 2012 - 2016, Daniel 'Eisbehr' Kern
Expand Down
2 changes: 1 addition & 1 deletion jquery.lazy.plugins.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-lazy",
"title": "jQuery & Zepto Lazy - Delayed Content, Image and Background Loader",
"version": "1.7.0",
"version": "1.7.1",
"description": "Lazy is a fast, feature-rich and lightweight delayed content loading plugin for jQuery and Zepto. It's designed to speed up page loading times and decrease traffic to your users by only loading the content in view.",
"homepage": "http://jquery.eisbehr.de/lazy/",
"bugs": "http://github.com/eisbehr-/jquery.lazy/issues",
Expand Down
2 changes: 1 addition & 1 deletion plugins/jquery.lazy.ajax.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery & Zepto Lazy - AJAX Plugin - v1.1
* jQuery & Zepto Lazy - AJAX Plugin - v1.2
* http://jquery.eisbehr.de/lazy/
*
* Copyright 2012 - 2016, Daniel 'Eisbehr' Kern
Expand Down
2 changes: 1 addition & 1 deletion plugins/jquery.lazy.ajax.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/jquery.lazy.av.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery & Zepto Lazy - AV Plugin - v1.2
* jQuery & Zepto Lazy - AV Plugin - v1.3
* http://jquery.eisbehr.de/lazy/
*
* Copyright 2012 - 2016, Daniel 'Eisbehr' Kern
Expand Down
2 changes: 1 addition & 1 deletion plugins/jquery.lazy.av.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/jquery.lazy.iframe.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery & Zepto Lazy - iFrame Plugin - v1.2
* jQuery & Zepto Lazy - iFrame Plugin - v1.3
* http://jquery.eisbehr.de/lazy/
*
* Copyright 2012 - 2016, Daniel 'Eisbehr' Kern
Expand Down
2 changes: 1 addition & 1 deletion plugins/jquery.lazy.iframe.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/jquery.lazy.noop.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery & Zepto Lazy - NOOP Plugin - v1.1
* jQuery & Zepto Lazy - NOOP Plugin - v1.2
* http://jquery.eisbehr.de/lazy/
*
* Copyright 2012 - 2016, Daniel 'Eisbehr' Kern
Expand Down
2 changes: 1 addition & 1 deletion plugins/jquery.lazy.noop.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/jquery.lazy.script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery & Zepto Lazy - Script Plugin - v1.1
* jQuery & Zepto Lazy - Script Plugin - v1.2
* http://jquery.eisbehr.de/lazy/
*
* Copyright 2012 - 2016, Daniel 'Eisbehr' Kern
Expand Down
2 changes: 1 addition & 1 deletion plugins/jquery.lazy.script.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/jquery.lazy.youtube.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery & Zepto Lazy - YouTube Plugin - v1.1
* jQuery & Zepto Lazy - YouTube Plugin - v1.2
* http://jquery.eisbehr.de/lazy/
*
* Copyright 2012 - 2016, Daniel 'Eisbehr' Kern
Expand Down
2 changes: 1 addition & 1 deletion plugins/jquery.lazy.youtube.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b781008

Please sign in to comment.