Published
- 1 min read
scrool to top jquerry
The solution for this is noted below
scrool to top jquerry
Solution
$("a[href='#top']").click(function () {
$('html, body').animate({ scrollTop: 0 }, 'slow')
return false
})
Try other methods by searching on the site. That is if this doesn’t work