Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Jquery Smooth Scroll to a name and id Re: Jquery Smooth Scroll to a name and id

#135482
CrocoDillon
Participant

Try changing this line

if (target.length == 0) target = $('html');  

to this

if (target.length == 0) return; // if that doesn't work return false