Answers for "html anchor in samae page without url"

0

html anchor in samae page without url

<a href="" class="smoothscroll" onclick="functionforscroll('tabs')">
<div class="scroll-down"></div></a>
Posted by: Guest on January-05-2022
0

html anchor in samae page without url

var functionforscroll = function(id){
    var reqId = "#"+id;
    window.scrollTo(0, $(reqId).offset().top-85);
}
Posted by: Guest on January-05-2022

Code answers related to "html anchor in samae page without url"

Browse Popular Code Answers by Language