Hi again, still loving the script.
I just started to build out a mobile theme using the gentleselect but there is no mouseleave on touch devices so the selects stay open when you click a new one, or off the the select.
I fixed part of this with a simple hack:
labelClick : function() {
$(".gentleselect-dialog").fadeOut();
I have yet to figure a good way to hide the old dialogs when they are clicked off (as in the body is clicked), but its still early.
Hi again, still loving the script.
I just started to build out a mobile theme using the gentleselect but there is no mouseleave on touch devices so the selects stay open when you click a new one, or off the the select.
I fixed part of this with a simple hack:
labelClick : function() {
$(".gentleselect-dialog").fadeOut();
I have yet to figure a good way to hide the old dialogs when they are clicked off (as in the body is clicked), but its still early.