Bug Tracker

Modify

Ticket #5314 (closed bug: worksforme)

Opened 4 years ago

Last modified 3 years ago

selector with attribute namespace not working in find/children/filter

Reported by: sdalu Owned by: john
Priority: major Milestone: 1.4
Component: selector Version: 1.3.2
Keywords: namespace Cc:
Blocking: Blocked by:

Description

Web page: <html><body><div foo:bar="xyz"></div></body></html>

$('body [foo
:bar]') Works fine and return the div

$('body').find('[foo
:bar]') Doesn't work, an empty list is returned

Change History

comment:1 Changed 3 years ago by dmethvin

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

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.