The cycle plugin does not appear to be loading in FF on both OS X and Windows. Nothing is happening when I inspect the dom via Firebug. I am using this test:
if (window.cycle) {
console.log("cycle loaded")
}
This test fails in FF, but passes in Chrome, and IE 7+ (and Cycle works as well)
Thoughts?
try it like this...
if (jQuery().cycle) {