Skip to content

Commit 411ca9b

Browse files
committed
update docs
1 parent 9dd0b56 commit 411ca9b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@
4242

4343
## About
4444

45-
Mobile-oriented, fast and extensible jQuery plugin for lazy loading of images/videos with build-in support of
46-
jQueryMobile framework.
45+
Mobile-oriented, fast and extensible jQuery plugin for lazy loading of images/videos.
4746

48-
Currently tested in IE 6-11, Chrome 1-31, Firefox 1.5-27.0, Safari 3-7, Opera 10.6-18.0, iOS 5-7, Android 2.3-4.4,
47+
Currently tested in IE 6-11, Chrome 1-47, Firefox 1.5-43.0, Safari 3-9, Opera 10.6-34.0, iOS 5-9, Android 2.3-5.1,
4948
Amazon Kindle Fire 2 and HD 8.9, Opera Mini 7.
5049

5150
**Requires jQuery 1.7+, Zepto 1.0+, DOMtastic 0.7.3+ built with `--jquery-compat`, or [jQLight](#jqlight).**
@@ -199,6 +198,9 @@ You can pass optional argument to override default `$.lazyLoadXT` options. The f
199198
Note: don’t forget to disable auto initialization with `$.lazyLoadXT.autoInit=false;` if you like to use manual
200199
initialization of all elements.
201200

201+
To manually show elements (may be necessary for integrating Lazy Load XT with some 3rdparty plugins), call
202+
`$(elements).lazyLoadXT({show: true});`.
203+
202204

203205
## Browsers with disabled JavaScript
204206

0 commit comments

Comments
 (0)