[jQuery] Re: prob with the jquery selector

2008-01-14 Thread Xinhao Zheng
hi Karl, thanks for your reply. On Jan 14, 2008 10:51 PM, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi Xinhao, > If you have special characters in the selector value, you'll need to > escape them with two backslashes: > > > http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_a

[jQuery] Re: prob with the jquery selector

2008-01-14 Thread Karl Swedberg
Hi Xinhao, If you have special characters in the selector value, you'll need to escape them with two backslashes: http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weird_characters_in_its_ID.3F If you're storing the id attribute in a variable, you could us