Opened 11 years ago
Closed 11 years ago
#12481 closed bug (invalid)
select of id containing special chars like '.' doesn't work
Reported by: | 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 '.'.
Note: See
TracTickets for help on using
tickets.
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.