javascript - Lazy Load usage issues
漂亮男人
漂亮男人 2017-05-19 10:13:50
0
1
350
$(function(){
    $("img.lazy").lazyload({
      effect:'fadeIn'
    });
    
});
<img class="lazy" src="images/list/mo.jpg" src="images/list/8.jpg" width="545px" height="320px">

In this way, if you pull down the mouse, the picture will appear. However, when you use Miaodian to locate a certain floor, the picture will not be loaded. Only the default picture will appear, and the picture will not appear.

漂亮男人
漂亮男人

reply all(1)
伊谢尔伦

Then check to see if the scroll event is triggered when jumping to the anchor point. If not, compensate yourself.
Or you can check the documentation to see if there is any control over anchor jump.
I have never used this plug-in. I have only written native code. The core is definitely based on the scroll event. If you really can’t solve the problem, just write it yourself. It’s only 20 or 30 lines of code.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!