Modify ↓
Ticket #60 (closed bug: fixed)
.html( string ) sets attribute
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 |
| Component: | core | Version: | 1.0 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When using the jQuery .html() function, it adds attribute called "innerHTML" with the string you passed. While if you did it the normal way elment.innerHTML = string, it doesn't.
Change History
comment:1 Changed 7 years ago by john
- Status changed from new to closed
- Version set to 1.0
- Resolution set to fixed
comment:2 Changed 7 years ago by john
- Status changed from closed to reopened
- Resolution fixed deleted
Oops, not fixed.
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.

This problem has been resolved in SVN.