Opened 11 years ago
Closed 11 years ago
#11471 closed bug (invalid)
Bug with id selectors
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | selector | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This bug touches all versions of jquery. All info in jsfiddle
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Component: | unfiled → selector |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
If you need to have only numbers, try using *-data attributes instead.
Version 0, edited 11 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
"125" is not a valid id because it doesn't begin with a letter.
http://www.w3.org/TR/html4/types.html#type-id ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").