HTML kodumuz;
<li><a href="#dismekan" data-id="dismekan">Dış Mekan</a></li>
JS kodumuz;
$(document).on("click", '.gz42 a', function (e) {
e.preventDefault();
var target = this.hash,
$target = $(target);
$('html, body').stop().animate({
'scrollTop': $target.offset().top - 150
}, 900, 'swing', function () {
/* window.location.hash = target;*/
});
});
C#,MVC,MSSQL,Windows Forms