Chcę usunąć atrybut id z tego obrazu:
<img width="270" class="thumb" id="thumb" height="270" src="img/1_1.jpg" />
Próbowałem to zrobić:
$('img#thumb').RemoveAttr('id','none');
Ale to nie jest usunięcie identyfikatora!
EDYTOWAĆ:
$('img#thumb').attr('src', response);
$('img#thumb').attr('id', 'nonthumb');
To deosnt ładuje obraz lub w tym przypadku src! Ale kiedy usuwam atrybut id, działa dobrze