Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test IE compatibility #5

Open
Flaburgan opened this issue Oct 23, 2012 · 0 comments
Open

Test IE compatibility #5

Flaburgan opened this issue Oct 23, 2012 · 0 comments
Assignees

Comments

@Flaburgan
Copy link
Collaborator

I think that addEventListener doesn't work on IE. We could test it with something like this :

if (el.addEventListener){
el.addEventListener('click', action, false);
} else if (el.attachEvent) {
el.attachEvent('onclick', action);
}

@ghost ghost assigned Flaburgan Oct 23, 2012
@taratatach taratatach reopened this Oct 26, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants