Modify ↓
Ticket #5314 (closed bug: worksforme)
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
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.

http://jsfiddle.net/dmethvin/h5Ft6/