I've built a onepager which is supposed to work with anchor links. I've already read that it's not possible to create a menu for that purpose. But I just found out that if the links in the menu have a "scrollto"-class it works. Is there any way (js?) to set a .scrollto to all <a>'s in the primary menu?
Thanks <3
-
Any chance to set a class to <a> tags of main menu?
-
Hi nikolaidobreff!
You could try to insert the class with jQuery:
http://api.jquery.com/append/I am not sure if this will do but I would try it.
Best!
Marius