Ive been searching over google but my keywords ar not good so i do not get good sites with what i need.
Ive looked around and saw some parts of code and the language needed for my problem.
See, i applied an effect to my links when they are set to active. When using .html pages i can set them to class="active", so each pages i will change the class="active" to its link so when user hits a page it is set to active.
The problem is, i am not using .html pages, which means i can not dirrectly set my pages to ="active" and when you switch to a page it changes to active :/
So i am looking for a javascript code that (once clicked) the link will basically turn on class="active", also it needs to set my home page as active. So when i start my page it directly puts my home button on active, once i click about us, it turns about us to active (keeps it active while i am on page ofcourse) ...
i think it has to do with onClick="" but i really can't figure it out :/