I have been tasked with figuring out why a jquery slider won’t function. I know it was working shortly after install because I browser checked it. The only reasonable conclusion I can come up with is that there is a JavaScript library conflicting as they are calling WAY too many in the header.
I have no control over removing JS calls from the header as this is in a overly complicated extremely limiting CMS…
Does anyone know of a good way to troubleshoot JavaScript conflicts using firebug, or any other tools/methods? I can’t just remove them in the firebug live HTML editor as it would require a page reload correct?
Here’s the error from Google Chrome *
Resource interpreted as script but transferred with MIME type text/html.
Resource interpreted as image but transferred with MIME type text/plain.
11:02:44 (0ms): global: Logger output to the function console.log() has been enabled.
frame: [object HTMLIFrameElement]
frame: [object HTMLIFrameElement]
frame: [object HTMLIFrameElement]
Unfortunately this doesn’t mean much to me yet.
I’d copy the markup, add a base tag to handle relative links and start deconstructing the mess to find the culprit (using the normal array of debugging tools).