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

First time using Jquery - pic rotator not rotating

  • First time using Jquery and I am using it for a picture rotator. Found a great how to online and have all the html, css, and js set up, but for some reason the pictures do not rotate. I assume its with the script but I don't know where to start to try to fix it. Any help would be appreciated.

    You can take a look at the project here http://www.freshstartfellowship.com/test/ the script is in the source code.
  • You need to include jQuery as well, otherwise your script is meaningless.
  • ahh thanks for pointing out the most important part of using jquery. Thank you :)