treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Unrecognized jQuery Function

  • 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!
  • if you go directly to where you have told the code to look for the script - you might find an issue :)

    http://www.parasolchute.com/btflynn/Jor ... lScroll.js
  • I see what you mean, Rob. But I swear, the script is in the js folder.

    You can see it here:
    http://www.parasolchute.com/btflynn/JorgeTacla/js/

    What could be causing it to not be recognized?
    So confused.... :?
  • two words :)

    case sensitivity

    your file is all lower-case, while your link to the file has upper-case letters.
  • Boy, don't I feel like the back end of a four-legged animal right now. :oops:

    Thank you for pointing that out, Rob. If you need me I'll be over here with all the other newbs...
  • haha don't worry dude - we all do it :)