Why isn’t this jQuery working to hide the image? [closed]

Is this a valid selector?

$('resume-header img')

Are you missing a dot?

$('.resume-header img')

Leave a Comment