Issue
how to disable the scroll bars of the page.
and disable this button.
Solution
$(window).scroll(function() {
scroll(0,0);
});
Answered By - faressoft
how to disable the scroll bars of the page.
and disable this button.
$(window).scroll(function() {
scroll(0,0);
});
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.