0

I have three images and each of them have three corresponding songs. I am trying to use jQuery to control <audio> from the <a href> of the images.

I tried to use this script. However, I get the error Uncaught ReferenceError: $ is not defined.

How can I resolve this issue?

Community
  • 1
  • 1
brt235
  • 1
  • 1

1 Answers1

0

Try including the jQuery library. jQuery download :)

TigOldBitties
  • 1,331
  • 9
  • 15
  • thanks .. like I said ... I am very new to this :) ...just trying to do it on self interest ... .looks like I need a bit of googling ... – brt235 Sep 09 '12 at 17:28