Side navigation
#8192 closed bug (wontfix)
Opened February 07, 2011 06:46AM UTC
Closed July 12, 2011 04:32PM UTC
Last modified March 14, 2012 02:15PM UTC
jquery breaks inline javascript code (IE only)
Reported by: | jrozzi@gmail.com | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.next |
Component: | event | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Same code on both pages.
Using Jquery 1.3.2:
http://jsfiddle.net/hRxar/11/ <-- works in IE,
Using Jquery 1.4.3 and above:
http://jsfiddle.net/hRxar/12/ <--- doesn't work in IE
I know inline javascript is no longer recommended to use, however inline javascript is still valid and passes W3C.