<script type="text/javascript">
require(['jquery','jquery/ui'], function ($) {
$("#descrptn_link").click(function() {
if ($(window).scrollTop() > 170) {
$('html, body').animate({
scrollTop: $("#descrptn").offset().top + 45}, 2000);
}
else{
$('html, body').animate({
scrollTop: $("#descrptn").offset().top - 90}, 2000);
}
});
});
</script>
![]()
0 Comments