mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-13 02:41:02 +00:00
made sure address bar doesn't appear when opening select menu
This commit is contained in:
parent
d1c839613d
commit
2ed21499d1
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ $.widget( "mobile.selectmenu", $.mobile.widget, {
|
|||
});
|
||||
|
||||
//button events
|
||||
button.click(function(event){
|
||||
button.bind( $.support.touch ? "touchstart" : "click", function(event){
|
||||
self.open();
|
||||
return false;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue