I want to blur effect whole page on scroll. I just found those scripts:
One is a script that detects scrolling
var position = $(window).scrollTop();