Revolver.js Not working in Firefox or IE
Hello,
I am using the Revolver.js javascript library in a project. Found here In Firefox it doesn't work at all saying that
Code:
"this.slides is undefined"
In IE it will move once then it says
Code:
"Error: Object doesn't support property or method 'trigger'"
. My Javascript is not that good. Can someone offer some advice as to the root of this problem? Or perhaps a way to work around it?
Here is a link to the up and running version (it works in both Chrome and Opera) http://www.potluckyarn.com/noahstestdir/slidertour.php
Here is a link to the site that I used for an example http://revolverjs.com/examples/other...avigation.html
I am using the jQuery version.
Thanks in advance for any help that can be given.