I would like to put an onclick event on an area element. Here is my setup:
Based on your comments, you just need this:
$("#image").click( function(){ alert("clicked"); //your code here });
Demo:
http://codepen.io/tuga/pen/waBQBZ