Skip to main content

Bug Tracker

Side navigation

#5314 closed bug (worksforme)

Opened October 01, 2009 09:24AM UTC

Closed November 14, 2010 03:16PM UTC

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

Attachments (0)
Change History (1)

Changed November 14, 2010 03:16PM UTC by dmethvin comment:1

resolution: → worksforme
status: newclosed