html - Why is my jQueryMobile CSS Style being applied to a linked page? -


i using jquery css style on main portion of my website. works fine. now, have sub-directory of website should not use style. when manually navigate browser sub-directory of website, no style applied want. when click on link sub-directory main area, however, applying css style main part though not referencing css anywhere in html of sub-directory. if refresh browser, style goes away.

please can me understand going on here? thank you.

you using jquery mobile, default loads content of links via ajax. means don't have page refresh when clicking on link. contents dynamically inserted in document still has css.

more information here. http://jquerymobile.com/demos/1.2.0/docs/pages/page-links.html

you have disable ajax link. more information here. jquery-mobile - how can bind disable ajax links class


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -