Bug Tracker

Opened 11 years ago

Closed 11 years ago

#12481 closed bug (invalid)

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

Reported by: [email protected] 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 '.'.

Change History (1)

comment:1 Changed 11 years ago by mikesherov

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.

Note: See TracTickets for help on using tickets.