I have an input type=\"image\". This acts like the cell notes in Microsoft Excel. If someone enters a number into the text box that this input-image
input type=\"image\"
input-image
if you set the onclick via html you need to removeAttr ($(this).removeAttr('onclick'))
onclick
html
removeAttr ($(this).removeAttr('onclick'))
if you set it via jquery (as the after the first click in my examples above) then you need to unbind($(this).unbind('click'))
unbind($(this).unbind('click'))