Support › Forums › Cian – HTML Template › Menu not linking to external link › Reply To: Menu not linking to external link
July 17, 2014 at 8:30 am
#3814
Participant
Stupid me, it was because I put:
$(‘.but’).bind(‘click’, function(e) {
e.preventDefault();
var target = this.hash;
$.scrollTo(target, 1250, {
easing: ‘swing’,
axis: ‘y’,
offset: -45
});
});
All working now. Sorry for that.