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

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


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?