manfred berry schrieb:
> Hi
> 
> I wonder why jquery is using the : as seperator for custom selectors as this
> is just another character which can be used in any element id.
> 
> In other words this means that for example if I have an id="my:elem" this
> element is the not selectable like $('#my:id') as the regexp on 
> line 949: re2 = /^([#.]?)([a-z0-9\\*_-]*)/i;)   // jquery 1.1.1
> does split that and uses the :elem as custom selector.

Does

$('[EMAIL PROTECTED]"my:elem"]')

suit as a workaround?


-- Klaus

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to