var current = $(this).attr('href');
alert(current);
shows the value with '#' eg '#target' instead of just 'target', what do I modify in the code?
Thanks
var current = $(this).attr('href');
alert(current);
shows the value with '#' eg '#target' instead of just 'target', what do I modify in the code?
Thanks