0

I'm trying to lazy load (which is when you wait until someone scrolls into view of an item to load it) an entire web page, not just images. It is a similar format to the instagram home where you scroll and it loads as you scroll or the same with facebook and pinterest. I only want it in javascript though. I don't have any clue on how to do it (all other methods I found were extremely complicated and I couldn't implement them) but in conclusion a simple lazy load (another example is IFUNNY). Thanks!

3
  • 2
    I don't have any clue on how to do it Unfortunately we expect some sort of input on SO. Show some code that you've tried, the HTML that you start with and the HTML that you want to load; give us something to work with. Commented Jun 30, 2015 at 14:22
  • 1
    I'm not sure that instagram is performing a lazy load the way to describe. IMO, they are just loading more images as you scroll, wich is more "infinite Scroll". This is done with a watcher on scroll position and an XHR query Commented Jun 30, 2015 at 14:26
  • check this out stackoverflow.com/questions/21963306/… Commented Jun 30, 2015 at 14:29

1 Answer 1

3
Sign up to request clarification or add additional context in comments.

3 Comments

could you give some code as an example
Use JQuery and use the Information of the Links.
Im kindof a newbie but how do you use jquery like what is it

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.