[Catalyst] HTML::FormHandler IDs not playing with JQuery
Dmitry L.
dim0xff at gmail.com
Tue Mar 29 16:16:21 GMT 2011
Hello!
>
> http://api.jquery.com/category/selectors/
>
> If you wish to use any of the meta-characters ( such as
> !"#$%&'()*+,./:;<=>?@[\]^`{|}~ ) as a literal part of a name, you must
> escape the character with two backslashes: \\. For example, if you
> have an an element with id="foo.bar", you can use the selector
> $("#foo\\.bar").
>
or do something like this:
$('[id="foo.bar"]')
--
//wbr, Dmitry L.
More information about the Catalyst
mailing list