Skip to content

Instantly share code, notes, and snippets.

@cgiffard
Created September 24, 2012 10:22
Show Gist options
  • Save cgiffard/3775343 to your computer and use it in GitHub Desktop.
Save cgiffard/3775343 to your computer and use it in GitHub Desktop.
Don't have a copy of IE8 available to me right now. Can anybody tell me whether this will work?
(window.attachEvent||window.addEventListener)("load",function() {
// Event listener code in here
alert("will this fire in IE8?");
},false);
@Ultrabenosaurus
Copy link

This is the file I used to test: https://dl.dropbox.com/u/106619613/gist_3775343.html

@cgiffard
Copy link
Author

Hrm - for some reason I didn't get notified that you'd commented on my gist. Thanks for your help anyway!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment