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

DropKick plugin not working in IE10(os used to test both windows7 and window8 ) #105

Closed
jqueryindia opened this issue Mar 7, 2013 · 1 comment

Comments

@jqueryindia
Copy link

This plugin not at all working in IE10.

@Shiggy
Copy link

Shiggy commented Mar 9, 2013

A quick fix is to change line 16:

if ($.browser.msie &amp;&amp; $.browser.version.substr(0, 1) < 7) {

to

if ($.browser.msie &amp;&amp; Math.floor($.browser.version) < 7) {

@Robdel12 Robdel12 closed this as completed Sep 3, 2013
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

3 participants