この画像からid属性を削除したい:
<img width="270" class="thumb" id="thumb" height="270" src="img/1_1.jpg" />
私はこれをやってみました:
$('img#thumb').RemoveAttr('id','none');
しかし、それはIDを削除していません!
編集:
$('img#thumb').attr('src', response);
$('img#thumb').attr('id', 'nonthumb');
このdeosntは画像、この場合はsrcをロードします!しかし、id属性を削除すると、正常に機能します