I have a simple website with 4 navigation tabs. My goal is to load the content of each html file into my index without page refresh when one of the tabs is pressed.
Basically only the navigation is static but the content changes. Also the current tab get's highlighted.
I was hoping to find a simple step by step tutorial to make this happen but couldn't find anything specific to my problem so far.
Any ideas?