Skip to main content

Bug Tracker

Side navigation

#12371 closed bug (invalid)

Opened August 22, 2012 07:54AM UTC

Closed August 22, 2012 12:37PM UTC

Creating span element with class from string doesn't work in IE8, IE7..

Reported by: hottdogg2008@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.0
Keywords: Cc:
Blocked by: Blocking:
Description

As you might expect, third line should create span element too, but IE8 has another opinion

http://jsfiddle.net/fzRzQ/3/

Attachments (0)
Change History (1)

Changed August 22, 2012 12:37PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

That's because the html is not well formed, it needs that closing tag. See the documentation. http://api.jquery.com/jQuery/#jQuery2