Hi Matthias,
Dann schau doch mal, welche Parameter attr() erwartet.
Du hast recht. Aber leider hat auch
$('#sort').attr('id','sort2');
nicht zum Ergebnis, dass meine tbodys unsortierbar sind.
Wenn ich
$('table').attr('id','sort2');
alert($('table').attr('id'));
nehme, wird mir tatsächlich die neue ID "sort2" ausgegeben.
Trotzdem bleiben seltsamerweise meine tbodys sortierbar...
Verstehe ich nicht...
Jonny