-4

EDIT: Thanks for the help guys! Sorry I didn't check the console...I have a pretty good grasp of HTML/CSS, but just starting to learn JavaScript, and knowing checking the console as well as implementing some of the help from the comments will definitely help my future JavaScript endeavors.

I'm trying to figure out why this code I found on stackoverflow isn't working for me. The code I'm wishing to implement is from this post: jQuery hover to slide?

Here is my HTML test page

I can confirm that the JQuery library is loading, so I'm not sure why it'd work in JSFiddle.net, but not in my code. I'm hoping/thinking it's a small error that I'll 'doh' at, such as missing an end quote/bracket, but I can't find anything. Any help is greatly appreciated!

Thanks!

Community
  • 1
  • 1
user1301324
  • 79
  • 3
  • 12

1 Answers1

1

You just need to make sure you have no weird chars in your code. Best to put it in notepad or something...

Alex Gill
  • 2,395
  • 1
  • 16
  • 18