I am creating a website using jQuery Mobile and I am interested in Ajax navigation feature of jQuery Mobile.
My first webpage has some CSS styling in … tags, while second webpage has different styles.
If I don’t use ajax navigation of jQuery Mobile, everything is correct; but if I use ajax navigation, CSS styles of second webpage will not load.
How to load styles with ajax navigation enabled? Must I use jQuery to load these styles? Isn’t there any better way?
Reading this page should help.