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

Minified script causes errors on IE8 #1

Closed
deeptechtons opened this issue Sep 27, 2011 · 1 comment
Closed

Minified script causes errors on IE8 #1

deeptechtons opened this issue Sep 27, 2011 · 1 comment

Comments

@deeptechtons
Copy link

Javascript errors are thrown in ie8 with min version and also have a look at this http://stackoverflow.com/questions/7566584/adding-click-event-to-window-or-document-buggy-in-ie

@chernikovalexey
Copy link
Owner

Thanks for the report!

Fixed and added one more feature. event.pageX and event.pageY are now available in IE.

pl(window).bind('click', function(evt) {
  alert('Clicked! Coordinates: ' + evt.pageX + ', ' + evt.pageY);
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants