Side navigation
#60 closed bug (fixed)
Opened July 10, 2006 02:51PM UTC
Closed August 25, 2006 06:38PM UTC
Last modified June 20, 2007 02:37AM UTC
.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.
Attachments (0)
Change History (4)
Changed July 14, 2006 10:58PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
version: | → 1.0 |
Changed August 22, 2006 02:58AM UTC by comment:2
resolution: | fixed |
---|---|
status: | closed → reopened |
Oops, not fixed.
Changed August 23, 2006 03:47PM UTC by comment:3
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.
Changed August 25, 2006 06:38PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | reopened → closed |
Fixed in SVN rev 228.
This problem has been resolved in SVN.