Schlagwort: nur text
-
jQuery CSS selector array nur 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(); });