#22 closed bug (fixed)
Using html(string) adds a parameter to the element
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | ajax | Version: | |
Keywords: | Diana, SPAM | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
For instance <div id="foo"></foo>
$("#foo").html("string");
results in <div id="foo" innerhtml="string">string</foo>
Two discussion threads on the issue:
http://jquery.com/discuss/2006-June/001661/ http://jquery.com/discuss/2006-June/002791/
Change History (6)
comment:1 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 17 years ago by
Milestone: | → 1.0 |
---|---|
Version: | → 1.0 |
comment:3 Changed 16 years ago by
Cc: | Diana added |
---|---|
Component: | core → 1 |
Keywords: | Diana added; innerHTML html removed |
Milestone: | 1.0 → 1 |
Priority: | major → 1 |
Summary: | Using html(string) adds a parameter to the element → Diana |
Type: | bug → 1 |
Version: | 1.0 → 1 |
comment:4 Changed 12 years ago by
Component: | 1 |
---|---|
Milestone: | 1 |
Priority: | 1 |
Type: | 1 |
Version: | 1 |
comment:5 Changed 12 years ago by
Cc: | Diana removed |
---|---|
Keywords: | SPAM added |
comment:6 Changed 12 years ago by
Component: | → ajax |
---|---|
Description: | modified (diff) |
Priority: | → undecided |
Summary: | Diana → Using html(string) adds a parameter to the element |
Type: | → bug |
Note: See
TracTickets for help on using
tickets.
Resolved in SVN.