Is there any way to match attributes that are an empty string using
attribute filters?

For instance, I might have a lot of anchor tags in a file with an href
of "". How might I write a selector -- ie $("[EMAIL PROTECTED]'null']") -- that
would match this? Unfortunately removing the "null" -- $
("[EMAIL PROTECTED]'']") --ended up matching nothing

Thanks!

Reply via email to