Opened 13 years ago
Closed 12 years ago
#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: | |
Blocked by: | Blocking: |
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
Note: See
TracTickets for help on using
tickets.
http://jsfiddle.net/dmethvin/h5Ft6/