-
Hi friend thanks in advance for the help.
i spent days trying to solve this issue. i'm completly lost.
Please someone help-me !
* i have a very simple angular application with system js and …
-
What would you say to:
$script.lazy('jquery-latest.min', 'jquery'); //just define a handler
//load when script is requested
$script.ready('jquery'....
Is it hard to implement?
-
I have two different pages where I use jQuery.Lazy(). In the first page, AJAX is used to retrieve a record list via AJAX as soon as the page loads. Here .lazy works fine and the images fadein as soon …
-
It looks like lazy loaded images are loading twice when shown.
#### Fiddle Link:
http://jsfiddle.net/oLp4ug32/
#### Steps to reproduce the problem
1. Load the fiddle
2. Open up the chrome dev…
-
There seems to be a problem in desktop browsers (Chrome/Safari) with lazy loading images that doesn't have a height set. If you scroll up, the images loads though.
I can reproduce by modifying exampl…
-
Here is a simple test to demonstrate the problem.
```
lazy.load([ 'https://cdn.datatables.net/s/bs/dt-1.10.10,b-1.1.0,b-html5-1.1.0,b-print-1.1.0,r-2.0.0,sc-1.4.0,se-1.1.0/datata…
-
[It is said](https://github.com/azproduction/lmd/wiki/SourceMap) that
> Shortcuts, modules under Code Coverage and Lazy modules can not be under Source Map now
But multipath modules also are not sup…
-
`loadImages()` uses `$('img[data-lazy]', imagesScope)` to select the images to load. I can't think how it would ever work, seeing that `imagesScope` does not contain an ancestor of the images, but the…
-
The other question about the adaptation is whether it would not make sense to integrate a Lazyload libary? 99% of the lazyload libary triggers the images with the img class name lazyload and data-src.…
-
Hello, unfortunately I catch the error with Rails 4.1 and els 1.1.1 while blotting my application:
(ejs 1.0.0 works fine)
```
/Users/alex/.rvm/gems/ruby-2.1.1/gems/jquery-rails-2.1.4/lib/jquery/rails…