2015-10-21 30 views
0

我的主頁使用jQuery Mobile樣式,當我點擊一個鏈接轉到另一個頁面(print.php)時,它使用jQuery Mobile保持我的print.php樣式,雖然我沒有添加這種樣式到這個頁面標題。jQuery Mobile保持下一頁的樣式

頁的index.php:

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css"> 
<!--This button goes to print.php--> 
<a class="btn" href="print.php?id=1"> 

頁print.php:

<!-- I have also try to remove jQuery Mobile even if it's not added in the header--> 
<div class="container" data-enhance="false"> 

然而,當我刷新頁面它的工作原理。

你能幫我嗎?

謝謝

凱文

回答