Modify ↓
Ticket #4050 (closed bug: invalid)
Namespaced XML attributes not triggering bind()/live() events
| Reported by: | joechung | Owned by: | john |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3.2 |
| Component: | selector | Version: | 1.3.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
For XHTML 1.0 Transitional documents:
$("a[bi
:cid]").bind("click", function() { ... }) works in:
. Internet Explorer 8 RC1
. Safari 3.2.1
. Chrome 1.0.154.46
It does not work in: . Internet Explorer 6 or 7 . Firefox 3.0.5 . Opera 9.63
$("a").attr("bi:cid") works in all the browsers listed above.
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.

IE doesn't support XHTML documents.