#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: | ||
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | → 1.0 |
comment:3 Changed 16 years ago by
Of all of the problems I encounter on a day-to-day basis, this is probably the most annoying. When I use Firebug to inspect the page, I get these huge, ugly innerhtml="tons of stuff here" that make it difficult to properly inspect the source.
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed in SVN rev 228.
Note: See
TracTickets for help on using
tickets.
This problem has been resolved in SVN.