jquery-lazyload
Lazyload plugin for javascript
Usage
Just add the images in your website with this img tag template
<img src="blank.gif" data-src="my_image.png" width="600" height="400" class="lazy">
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.webjars.bower |
| Идентификатор | Идентификаторjquery-lazyload |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjquery-lazyload
WebJar for jquery-lazyload
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jquery-lazyload-1.0.1.pom | |
| jquery-lazyload-1.0.1.jar | 4 KB |
| jquery-lazyload-1.0.1-sources.jar | 22 bytes |
| jquery-lazyload-1.0.1-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/jquery-lazyload/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>jquery-lazyload</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jquery-lazyload/
implementation 'org.webjars.bower:jquery-lazyload:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.bower/jquery-lazyload/
implementation ("org.webjars.bower:jquery-lazyload:1.0.1")
'org.webjars.bower:jquery-lazyload:jar:1.0.1'
<dependency org="org.webjars.bower" name="jquery-lazyload" rev="1.0.1">
<artifact name="jquery-lazyload" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jquery-lazyload', version='1.0.1')
)
libraryDependencies += "org.webjars.bower" % "jquery-lazyload" % "1.0.1"
[org.webjars.bower/jquery-lazyload "1.0.1"]
Lazyload plugin for javascript
Just add the images in your website with this img tag template
<img src="blank.gif" data-src="my_image.png" width="600" height="400" class="lazy">