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.

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to