All Questions
3 questions
0
votes
1
answer
92
views
Start javascript after lazy load images
I have a problem with a javascript. The script causes three elements on my website to be the same size. I would like to load my pictures by lazy load. This makes the rendering incorrect because the ...
0
votes
0
answers
154
views
What is the simplest and most generic form of a function wrapper?
What is the simplest and most generic function wrapper in javascript? I have a lot of variables and objects I need to put a function wrapper around. I'm currently using:
x = {a:function () {return ...
1
vote
1
answer
759
views
Lazy Load Images Function Modify
I would like to modify javascript trigger 'ready' and 'ajaxStop' for Lazy Load plugin
$(document).ready(function() {
$("img.lazy").lazyload({
threshold:50,
skip_invisible : false,
...