Jquery mobile page structure
- by Die 20
I built a jquery mobile site a while back and I have recently been expanding on it and noticing performance issues. I believe it is because I constructed the site using a multi-page set up where a single php file houses the following pages:
**ALL_PAGES.PHP**
<html>
<head>
/* external css and js files */
</head>
…