When I use the ajax feature to link pages within my app, my pesonnal stylesheet I linked in the <head> doesn't apply to the linked page. It's allright when I add the data-ajax="false" to my anchors...
What I tried and didn't work :
- Import my personal stylesheet from jquerymobile stylesheet
- Import jquerymobile stylesheet from my personal stylesheet
- Adding my personal stylesheet in the jquerymobile stylesheet
Any idea ?