jquery not working when hosted
In developing a corporate website I have ran into a difficulty that has me puzzled, something I have not experienced before. I am trying to implement the dcodes dream-accordion slider and have had no success when it is hosted. It runs correctly locally. I have changed the file paths from /dcodes/xx/xx/xx.css and /dcodes/xx/xx/xx.js to the full domain path
http://companysite.com/dcodes/xx/xx and it will still run locally but not from the server. Looking at this in Firebug I see that the <div class="sliderContainer".in the local version has element.style {opacity:1} entered above the .sliderContainer and the hosted version does not. I cannot find out why. Any suggestions?