JennHi schrieb:
Is there any way to match attributes that are an empty string using attribute filters?
This works for me:
$("a[href='']").text("was empty");
match:
<a href="">hier</a>
--
Viele Grüße, Olaf
-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
http://ohorn.info/
-------------------------------

