-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added config parameter 'ajaxCreateData' to ajax loader - added 'PUT' request to ajax loader - fixed jsDoc in main file on some functions - closed all open single-line 'if' and 'for' - switched whole project to single quote - fixed strict check in script plugin
- Loading branch information
Showing
25 changed files
with
2,402 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,12 +65,12 @@ Some examples below: | |
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 | ||
<!-- jsDeliver --> | ||
<script type="text/javascript" src="//cdn.jsdelivr.net/gh/eisbehr-/[email protected].7/jquery.lazy.min.js"></script> | ||
<script type="text/javascript" src="//cdn.jsdelivr.net/gh/eisbehr-/[email protected].7/jquery.lazy.plugins.min.js"></script> | ||
<script type="text/javascript" src="//cdn.jsdelivr.net/gh/eisbehr-/[email protected].8/jquery.lazy.min.js"></script> | ||
<script type="text/javascript" src="//cdn.jsdelivr.net/gh/eisbehr-/[email protected].8/jquery.lazy.plugins.min.js"></script> | ||
|
||
<!-- cdnjs --> | ||
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.7/jquery.lazy.min.js"></script> | ||
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.7/jquery.lazy.plugins.min.js"></script> | ||
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.8/jquery.lazy.min.js"></script> | ||
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.8/jquery.lazy.plugins.min.js"></script> | ||
``` | ||
|
||
#### Self-Hosted | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.