Uncaught SyntaxError: Unexpected token ILLEGAL [duplicate]
Possible Duplicate: Unexpected token ILLEGAL in webkit I wrote a simple script for a hover over effect here http://jsfiddle.net/paDmg/368/ for this site http://avuedesigns.com/new/ - It works on jsfiddle, but I am getting Uncaught SyntaxError: Unexpected token ILLEGAL in my JavaScript when I put it live. It's on line 29 it is telling me which is the closing marks }); $('#hover-grid .indiv-cell').hover(function() { //set variables to current cell attributes var cellHeader = $(this).attr('data-hoverheader'); var cellText = $(this).attr('data-hovertext'); var replacementImg = $(this).find('a img