On Sep 27, 2007, at 11:05 AM, ravenel wrote:

Hello jQuery Coders!

Since it is allowed to use ".", ":"  in the id-Tag (http://www.w3.org/
TR/html4/types.html#h-6.2)

I wonder how I select it while using  the jQuery Selector Syntax?

jQuery('#foo.bar:filter') doesn't work since it means element with id
foo and class bar and filter data?


is this a bug a feature or a problem?


I think this is what you're looking for:

http://docs.jquery.com/ Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weird_cha racters_in_its_ID.3F

--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com


Reply via email to