Modify ↓
Ticket #10665 (closed bug: duplicate)
[nodeName$="something"] does not work anymore
| Reported by: | jan.mate@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Because jQuery not supports namespaces and sometimes the user get XML with namespace defined, it is impossible to select element with unknown namespace but known element name. For example:
- if I know the namespace I can use $('ns
:element') - the $('element') not works in all browsers
- in the jQuery 1.6.4 it was possible to use $('nodeName$=:element') to select and element with unknown namespace but in the 1.7 this not works
So the question is how to select elements in 1.7 with unknown namespace?
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.
