您好,欢迎访问一九零五行业门户网

jQuery应用中特殊字符处理的问题_jquery

于是google一查,原来是因为特殊字符的原因。
在jquery的选择器中,如果要用到特殊字符的话,需要用\\转义,否则是查不到想要的东西的
官方文档位置:http://docs.jquery.com/frequently_asked_questions#how_do_i_select_an_element_by_an_id_that_has_characters_used_in_css_notation.3f
其它类似信息

推荐信息