I'm developing a small website with about 10-15 pages, made entirely with Bootstrap and i started to wonder, is there a simple way to make a dynamic menu (meaning i don't need to update it on every page if i add, remove or rename a page) for noobs like me?
So i found this post: jquery append external html file into my page
Which i tought would be perfect, so i made a separate menu file and imported the code. The problem is that, since there is a single menu file, i can't apply the class="active" property to the menu page/section i'm currently viewing. Is there a way to do that? Many thanks and sorry for the english, i'm not a native speaker.