-
Notifications
You must be signed in to change notification settings - Fork 329
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 does not work in Windows8, IE10 #76
Comments
On about line 16 of the .js file, it's checking for ie6 by by the first number in the browser version (which is "1" for IE10). I just switched it to this line: if ( I didn't have IE6 to test how this works, so it seemed like a safe fix anyway. |
Actually, it should be: parseInt($.browser.version.split('.',1), 10) < 7 |
This really needs to get fixed ASAP. |
Fixed it manually in my version, but please fix this ! |
Just as a note $.browser has been removed in JQuery 1.9 http://api.jquery.com/jQuery.browser/ |
I personally simply removed ie6 support |
In my windows 8, When I open the page I only see a simple dropdown menu. and it dont work :(
Any fixes?
The text was updated successfully, but these errors were encountered: