-
Notifications
You must be signed in to change notification settings - Fork 301
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
Mobile Select Box not Work #95
Comments
@jamal44 Do you have a public URL I could look at to help debug? Also, if you are using the Twitter Bootstrap theme, then you can just call the plugin like this: $("select").selectBoxIt(); |
Of Course, here is the URL: http://hallo.at-tanzil.menkisys.at/category/allgemein/ Thanks for the Help. |
@jamal44 would you mind updating your blog with this new code? |
Thanks @gfranko, now its work :) |
Awesome! I think #90 was also related to this. Thank you for the issue and let me know if you need anything else! |
Sry but i have found another Bug, since you Uptade this Bug before. The Bug is in IE7 and IE8: var self = this, SCRIPT5014: Array.prototype.slice: 'this' ist kein JavaScript-Objekt |
Oh no, not an IE bug! I'll look into it out now. |
The bug should now be fixed in IE8 if you grab the latest code. Unfortunately, I have also decided that I will not being supporting IE7 from here on out. Let me know if this helps! Note: IE7 is still being supported |
@jamal44 With the latest SelectBoxIt release (v2.9.9), I have added back IE 7 support and refactored this logic! Let me know if this helps =) |
Hello,
I use this plugin for a Wordpress Page and its Work perfect, but when i with my Samsung Galaxie go to the Page and Click on the Select Box, then open it as in Desktop Mode, not like in Mobile Mode.
The Code for the Select Box is:
And the Init Code for the Select Box is:
jQuery(function($){
$(document).ready(function(){
$("select").selectBoxIt({
});
}); // END function
But on your Demo Site its work with my mobile Phone.
The text was updated successfully, but these errors were encountered: