how to keep css style while using jquery to load php into div

Hello All,

I am not sure what I need to do in order to keep all of my styling and page functionality while using jquery to load content into a div.

My test site pwrc.me loads my home page with all style/functionality working property. However if I click on the “search” button and go to the search page, then try to click “home” again to bring me to the home page. The page loads but my slider css/functionality is not working.

Can someone please take a look and tell me what I am doing wrong. It is most likely a simple solution but I am new to coding and have no idea what I am missing.

Thanks

If you are using ajax to load html you would need to re-assign any jquery actions or plugins to the loaded html.

Sponsor our Newsletter | Privacy Policy | Terms of Service