I'm trying to develop a website that runs everything in the same file, but I don't know how do I search study materials for it.
Like that:
Normal website -> I'm on index.php
. When I click on the menu "Contact", for example, it refreshes and load the file contact.php
Website that I'm trying to do -> I'm on index.php
. When I click on the menu "Contact", the website makes an animation (fade, side-scroll, etc) and shows the content of Contact, without loading any other files.
Can anybody help me? I've worked with single page websites before, but all of then follows the One Page Scroll Website Model.
I believe that I need to work with AJAX, but I'm not certain yet.