using:
$(\'body,html\').css(\"overflow\",\"hidden\");
the scrollbar in the page was able to hide completely. But i want the scroll bar just
OK here is the Working Code:
body { position: fixed; overflow-y: scroll; width: 100%; }
I used it and its the same what you want.