Bug Tracker

Modify

Ticket #10665 (closed bug: duplicate)

Opened 19 months ago

Last modified 19 months ago

[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

comment:1 Changed 19 months ago by dmethvin

  • Status changed from new to closed
  • Resolution set to duplicate

comment:2 Changed 19 months ago by dmethvin

Duplicate of #10377.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.