domに画像タグがありますが、その属性を変更できません
$('#stuff').prop("disabled", true);
また
$('#stuff').attr("disabled", true);
$('#stuff').click(function(){ ... });
html:
<img src='images/system_help.png' id='stuff' width='18px'/>
propまたはattrを使用した後、タグをクリックできます