K whops... |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 59: | Zeile 59: | ||
}); | }); | ||
$('.DHDDButton').click(function(){ | $('.DHDDButton').click(function(){ | ||
var elemId=$(this).attr('id').substr(10,1); | var elemId=parseInt($(this).attr('id').substr(10,1)); | ||
$(".DHDResList li:nth-child("+elemId+")").text(""); | $(".DHDResList li:nth-child("+elemId+")").text(""); | ||
counter--; | counter--; | ||