JQuery löschen alle Spannweiten in einem Div
//jQuery
$('.div').find('span').remove();
Chara
//jQuery
$('.div').find('span').remove();