Side navigation
#9380 closed bug (duplicate)
Opened May 21, 2011 11:10PM UTC
Closed May 22, 2011 04:21AM UTC
Last modified May 22, 2011 04:21AM UTC
className returns invalid attribute classname
Reported by: | uipoet | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Before jQuery 1.6,
jQuery('<span/>', { className: 'foo' };
would return: <span class="foo"/>
Since jQuery 1.6, this returns: <span classname="foo"/>, which is invalid.
http://jsfiddle.net/Q6PmD/