Skip to main content

All 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 ...
rgcapo's user avatar
  • 3
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 ...
C G's user avatar
  • 25
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, ...
Ken Tang's user avatar
  • 529