Modify ↓
Ticket #4010 (closed bug: invalid)
expression $("*[@anyattribute=value]") makes error
| Reported by: | seriy_volk | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | unfiled | Version: | 1.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Using * instead one of the elements names (for example $("div[@anyattribute=value]")) makes an error, and in IE it doesn't show the page at all alerting that it can't load the resource.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

The [@attr] syntax was deprecated quite a while back, and is no longer supported in jQuery 1.3.