Ich weiß nicht ob es hierzu eine schönere Lösung gibt (falls ja, bitte kommentieren!), aber so geht es:
var tags = $("body #tags a");
tags.each(function(index) {
tags[index] = $(this).text();
});
Ich weiß nicht ob es hierzu eine schönere Lösung gibt (falls ja, bitte kommentieren!), aber so geht es:
var tags = $("body #tags a");
tags.each(function(index) {
tags[index] = $(this).text();
});
Schreibe einen Kommentar