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?