I am writing an ajax navigation script.
I found out i could highlight the current section into the menu by using
('a[href=' + document.location.hash + ']').addClass('current');
But I am getting this Error:
Object a[href="#home"] has no method 'addClass'
Any suggestion?
Something’s missing: