This is going to sound weird. A site that has been around approx 2 yrs without a problem, suddenly the Jquery is not showing up properly. The site uses a jquery calendar, corners, slideshow and lightbox. This week, they randomly stopped working in Firefox only. The pages show properly in IE (which is amazing in itself), but no-matter what I try they won’t work.
I’m not the one who made the site, but it was passed on to me when the person who did left the company. I tried starting with the slideshow, a fresh re-install of the javascript into the pages, but I can’t seem to get it…
It’s a pretty big/important website so any help would be VERY appreciated!
I fixed the style issue on the datepicker by moving the other stylesheets from being @import in the core.css to being actual CSS includes in the head so move:
in core.css to be
where you write out your HEAD contents
I would also separate out your different javascript functions to their own files. LightBox shouldn;’t be chugged in with everything else and it might not be a bad time to upgrade to jQuery 1.4.3