I have this code....
$(window).scroll(function(e) {
if($(window).scrollTop() =50)) {
$(window).scrollTop(50)
}
});
when put on event...run javascript....the effect is that all the pages scroll stops to a certain point as said 50...so my question is that, how do I use the given above to have its effect only at a specific page only eg. startScreen?