Side navigation
#7591 closed bug (duplicate)
Opened November 22, 2010 10:29AM UTC
Closed November 22, 2010 11:22AM UTC
Last modified November 22, 2010 11:22AM UTC
attr function Break compatible
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
var o = new Object();
$(o).attr("a", "123");
alert($(o).attr("a"));
code can run in 1.4.2 but not in 1.4.4
report from kindy_wu@msn.com