CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
jquery cycle plugin
brianatlarge
Permalink to comment
#
December 2008
Alright, I'm having some problems with getting this jquery cycle plugin to work:
http://malsup.com/jquery/cycle/
I specifically want to use the "cover" effect.
http://malsup.com/jquery/cycle/cover.html
For some reason, after getting all the code and everything from the site, it still isn't working. I even tried to make an copy of that exact page on my own site, with all the files and everything, and it STILL isn't working!!
http://www.stuckpixelstudio.com/clients ... owtest.php
In my firebug console, it says "$ is not defined" and refers back to the inital $(function() {
This must be something simple I'm missing. Any assistance?
On a side note, I think there should be a jquery subforum since there are several jquery tutorials on this site, yet the only help forum is for CSS.
toby
Permalink to comment
#
December 2008
Hi,
Your going to kick yourself!
Remove the " / " before the 'jquery' in your script links!
Happy holidays!
Tob
brianatlarge
Permalink to comment
#
December 2008
That was it. Let me find my boots.
Add a Comment
http://malsup.com/jquery/cycle/
I specifically want to use the "cover" effect.
http://malsup.com/jquery/cycle/cover.html
For some reason, after getting all the code and everything from the site, it still isn't working. I even tried to make an copy of that exact page on my own site, with all the files and everything, and it STILL isn't working!!
http://www.stuckpixelstudio.com/clients ... owtest.php
In my firebug console, it says "$ is not defined" and refers back to the inital $(function() {
This must be something simple I'm missing. Any assistance?
On a side note, I think there should be a jquery subforum since there are several jquery tutorials on this site, yet the only help forum is for CSS.
Your going to kick yourself!
Remove the " / " before the 'jquery' in your script links!
Happy holidays!
Tob