[jQuery] Quotes around an attribute, required , optional, or wrong?
$('div[@type="jtip"]')
or
$('div[@type=jtip]')
I've seen quotes in the docs, but have never gotten that to work. Am I
missing something?
I often use $("a[@href$=mid]") and similar, without the quotes.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/