On screen in normal mode use at the click of a button the targeting of the screen to a div at the top:
$('html,body').animate({scrollTop:$('.backTop').offset().top}, 150);
But, having the screen in full screen how to make this function work?