Lazy Loading
Posted: Sun Mar 08, 2020 8:49 pm
Hi,
I have built numerous webpages but on the page I am building at present I notice .js script file and script has been inserted into the '<head> . I've not come across this, I didn't insert it and it's not in any of my other pages. Any idea why it's there?
<script src="jquery-1.12.4.min.js"></script>
<script src="wb.lazyload.min.js"></script>
<script>
$(document).ready(function()
{
$('img[data-src]').lazyload();
});
</script>
any help please? thanks
I have built numerous webpages but on the page I am building at present I notice .js script file and script has been inserted into the '<head> . I've not come across this, I didn't insert it and it's not in any of my other pages. Any idea why it's there?
<script src="jquery-1.12.4.min.js"></script>
<script src="wb.lazyload.min.js"></script>
<script>
$(document).ready(function()
{
$('img[data-src]').lazyload();
});
</script>
any help please? thanks