Marc,

>a problem I couldn't find a solution for is the following:
>I have an input element with the attribute:
><input name="[DUS][1]" />
>
>Getting this element is easy using:
>$('[EMAIL PROTECTED]')
>
>But what to do when I try to search for the following:
>$('[EMAIL PROTECTED]')

You should be able to use:

$("[EMAIL PROTECTED]'[DUS][1]']")

Also, be sure to read for more tips:
http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element
_that_has_weird_characters_in_its_ID.3F


-Dan



Reply via email to