Side navigation
#9407 closed bug (worksforme)
Opened May 23, 2011 04:15PM UTC
Closed May 24, 2011 12:35AM UTC
Last modified May 24, 2011 09:01PM UTC
append with html tags not working in IE8
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | manipulation | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
.append("<span><H6>My Example </H6></span>").
It is not working in IE8 and wroks fine in other browsers including IE7.
if I remove html tags like the below it is working very fine in IE8
.append("My Example").
Attachments (0)
Change History (2)
Changed May 24, 2011 12:35AM UTC by comment:1
component: | unfiled → manipulation |
---|---|
priority: | undecided → low |
resolution: | → worksforme |
status: | new → closed |
Changed May 24, 2011 09:01PM UTC by comment:2
Also, it is generally invalid to put a block element (H6) inside an inline element (SPAN), perhaps that invalid markup is causing trouble elsewhere.
Thanks for taking the time to contribute to the jQuery project! Append seems to be working fine.
http://jsfiddle.net/timmywil/Ys7SP/