Selectors with Period

Selectors with Period


I know there is a workaround using the \\ syntax
however, is this needed?
It would seem to me the $("#prefix.Name") would be supported without
the need to hack it up with a $("#prefix\\.Name")
Thanks