KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 46: | Zeile 46: | ||
counter++; | counter++; | ||
var GNum=$(this).attr('id').substr(4,2); | var GNum=$(this).attr('id').substr(4,2); | ||
if(!inProgress){ | if(!inProgress){ | ||
$('.DHDResult').text("Du musst sieben (oder mehr) Symbole anwählen und dann mit der roten Mittelscheibe bestätigen. Ausgewählte Symbole:"); | $('.DHDResult').text("Du musst sieben (oder mehr) Symbole anwählen und dann mit der roten Mittelscheibe bestätigen. Ausgewählte Symbole:"); | ||
| Zeile 52: | Zeile 51: | ||
inProgress=true; | inProgress=true; | ||
} | } | ||
$("li:nth-child("+counter+")").text(GNum+" ("+ | $(".DHDResList li:nth-child("+counter+")").text(GNum+" ("+$("<span>").addClass("DHDDButton").css('cursor','pointer').attr('id','DHDDButton'+counter).text("Löschen")+")"); | ||
address.push(GNum); | address.push(GNum); | ||
} | } | ||