I've been working on a photo gallery site for a client (my first time dabbling in the world of jQuery plugins) and the script works fine on my local computer. However, when I uploaded it to a testing site on the internet, I get an error in firebug that seems to be telling me that the plugin is not being recognized.
You can see for yourself at http://www.parasolchute.com/btflynn/JorgeTacla/test.html.
Does anyone have an idea as to why this would be the case? I'm sure I'm committing some sort of common jQuery newbie error that we can all have a good laugh about... :) Any advice is much appreciated!
You can see for yourself at http://www.parasolchute.com/btflynn/JorgeTacla/test.html.
Does anyone have an idea as to why this would be the case? I'm sure I'm committing some sort of common jQuery newbie error that we can all have a good laugh about... :)
Any advice is much appreciated!
http://www.parasolchute.com/btflynn/Jor ... lScroll.js
You can see it here:
http://www.parasolchute.com/btflynn/JorgeTacla/js/
What could be causing it to not be recognized?
So confused.... :?
case sensitivity
your file is all lower-case, while your link to the file has upper-case letters.
Thank you for pointing that out, Rob. If you need me I'll be over here with all the other newbs...