Skip to main content

Bug Tracker

Side navigation

#4050 closed bug (invalid)

Opened February 03, 2009 11:54AM UTC

Closed November 13, 2010 08:29PM UTC

Namespaced XML attributes not triggering bind()/live() events

Reported by: joechung Owned by: john
Priority: major Milestone: 1.3.2
Component: selector Version: 1.3.1
Keywords: Cc:
Blocked by: Blocking:
Description

For XHTML 1.0 Transitional documents:

$("a[bi\\\\:cid]").bind("click", function() { ... }) works in:

. Internet Explorer 8 RC1

. Safari 3.2.1

. Chrome 1.0.154.46

It does not work in:

. Internet Explorer 6 or 7

. Firefox 3.0.5

. Opera 9.63

$("a").attr("bi:cid") works in all the browsers listed above.

Attachments (0)
Change History (1)

Changed November 13, 2010 08:29PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

IE doesn't support XHTML documents.