Home › Forums › JavaScript › anythingSlider working with fancyBox? › Re: anythingSlider working with fancyBox?
March 22, 2013 at 8:36 pm
#129413
Member
Hi jodriscoll!
After looking at this page (referenced in the StackOverflow question): http://www.massgeneral.org/international/dev/full-screen.aspx, I see numerous script errors in the console (press F12) one of which is a call to colorbox which isn’t even being loaded.
To help better troubleshoot the problem, don’t use the minified version of jQuery or other scripts. That way you can at least find where in the code the problem is happening.
Lastly, I see an error in the `mgh.js` script. Apparently IE8 doesn’t like the Mootools `getProperty` function. Do you really need to use Mootools and jQuery on the same page?