#8258 closed bug (invalid)
[Regression] 1.5 selector throws error when attribute contains a dot "."
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | selector | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This simple example shows that it used to work in 1.4.4 but now throws an error in 1.5
Example with jQuery 1.4.4: http://jsfiddle.net/uuehg/
Example with jQuery 1.5: http://jsfiddle.net/VpkMz/
Change History (3)
comment:1 follow-up: 2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Replying to snover:
Thanks for the report, but this is not a jQuery bug. Please read the API documentation on attribute selectors.
Thanks. I see now that "Quotes are mandatory." And it works if I put the quotes around attribute. It would be nice if these sort of things are mentioned in the release note. Since the behavior changed from 1.4.4 to 1.5
comment:3 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Priority: | undecided → low |
Note: See
TracTickets for help on using
tickets.
Thanks for the report, but this is not a jQuery bug. Please read the API documentation on attribute selectors.