Search code examples
jquerycycle

jQuery Cycle issue in FF 7.0.1 on Windows and OS X


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?


Solution

  • try it like this... if (jQuery().cycle) {