[jQuery] $("#test:test") not working

2007-05-08 Thread Plamen Mishev
It seems that using a ":" sign in a CSS selector by id in jQuery does not work. Since having ":" is valid in ids and names according to w3c (http:// www.w3.org/TR/html4/types.html#type-cdata), I assume it is a bug in jQuery?

[jQuery] Re: get array elements by name like $("[EMAIL PROTECTED]")

2007-04-25 Thread Plamen Mishev
Thanks Dan, $("[EMAIL PROTECTED]'myField[]']") worked like a charm! @Ariel: '\' doens't do the trick @Brandon: I was using $('[EMAIL PROTECTED]'); as a temporary workaround but it is unreliable as it might match something else too.