0

I need a help in j query. I want to show 4 div elements(div1, div2, div3, div4) only when I scroll the scroll bar in the browser. How can I do that? Please help.

Gogul
  • 11
  • 7
  • 1
    Check jquery [.scroll()](http://api.jquery.com/scroll/) function combining with [.show()](http://api.jquery.com/show/). – emmanuel Sep 14 '14 at 10:44

1 Answers1

0

check out this links :

jQuery scroll() detect when user stops scrolling

http://james.padolsey.com/javascript/special-scroll-events-for-jquery/

http://james.padolsey.com/demos/scrollevents/

EDIT : and this one

[jsfiddle sample][1]
Community
  • 1
  • 1
Nima Derakhshanjan
  • 1,380
  • 9
  • 24
  • 37