+ 1
is it possible to build complete website which does not reload?
i want to build a website with ajax and php with any page reload throughout the entire visits of all link in the page like from login to dashboard to home page to cart to checkout to payment etc without any page load, till am done with what i want to do with the website. i want any page load at all.
2 Answers
+ 4
i agree
+ 1
its possible,but you should think how to not make this page too heavy.
You can just devide page into different modules and change it when you need(load content from server or db only when you need).