Using jQuery, I would like to disable scrolling of the body:
My idea is to:
body{ overflow: hidden;}
Can't you just set the body height to 100% and overflow hidden? See http://jsbin.com/ikuma4/13/edit