The following code in IE7 or IE8 doesn't work. Is this a bug? It works fine in IE6 (Incredible!)
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- How to fix IE ClearType + jQuery opacity problem i
- void before promise syntax
- jQuery add and remove delay
You might try
To ensure everything is loaded.
Try using the
live
event, or binding the event afterdocument
load:Also, you're still loading
scripts.js
, which doesn't exist, in your fiddle example - that might also cause a problem.