Modify ↓
Ticket #22 (closed bug: fixed)
Using html(string) adds a parameter to the element
| Reported by: | sam.collett@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | |
| Component: | ajax | Version: | |
| Keywords: | Diana,SPAM | Cc: | |
| Blocking: | Blocked by: |
Description (last modified by jitter) (diff)
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
comment:3 Changed 7 years ago by Diana
- Cc Diana added
- Component changed from core to 1
- Summary changed from Using html(string) adds a parameter to the element to Diana
- Priority changed from major to 1
- Version changed from 1.0 to 1
- Milestone changed from 1.0 to 1
- Keywords Diana added; innerHTML, html removed
- Type changed from bug to 1
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Resolved in SVN.