>
>> Try: $('[EMAIL PROTECTED]"jtip"]')
>>     
>
> It does not seem to work.
> However, the syntax works for id attributes...
>
> Here is a short SVG sample
>
> With 'function test_init(){ $('[EMAIL PROTECTED]"jtip"]') ...', alert
> message never shows up when I move the mouse cursor over the circles.
> However, if I replace the selector with $('[EMAIL PROTECTED]"rev11"]') ...,
> alert message shows up whenever I move the mouse cursor over the first
> circle.
>
> Any idea about what I'm doing wrong?
>   
"class" is a reserved word in JS, therefore the attribute is accessed 
via className in the "normal" DOM. But the conflict may reappear for XML 
documents. Did you try to use something else then class, apart from id?

-- 
Jörn Zaefferer

http://bassistance.de


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to