Skip to main content

Bug Tracker

Side navigation

#12481 closed bug (invalid)

Opened September 07, 2012 09:26AM UTC

Closed September 08, 2012 04:16PM UTC

select of id containing special chars like '.' doesn't work

Reported by: raul.bove@hotmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.1
Keywords: Cc:
Blocked by: Blocking:
Description

Hallo, I'm testing some the selector $("#XX.YY") to find the element <input id="XX.YY" ...

but jquery can not handle ids containing the special character '.'.

Attachments (0)
Change History (1)

Changed September 08, 2012 04:16PM UTC by mikesherov comment:1

resolution: → invalid
status: newclosed

Thanks for contributing! Please ask for help on the forums or stackoverflow! Id's with "." are invalid as that's the signifier for classes in css.