Problem with onclick

The small img has an onclick event in it, but won’t click. I’ll bet it’s something simple, but I don’t see it.

Here’s the link:http://www.savebop.com/test_120810.php

Hi nichemtktg,

Looks fine to me.
You might experience problems when using console.log in browsers that do not have a console or have other methods to output data to a console.
By removing the lines containing console.log you should be fine in those ancient browsers.

If you want cross-browser support for console.log, you could try http://patik.com/blog/complete-cross-browser-console-log/

Best regards,
Vincent

You must’ve just clicked on my link after I found a solution. Turns out there’s no value attribute for a div have to go with data-value.

Thanks for your help.

Niche