mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-23 23:54:43 +00:00
Added TODO comment, as custom select doesn't work on desktop browsers
This commit is contained in:
parent
883c8f8e09
commit
6eee755ab7
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ $.fn.customSelect = function(options){
|
|||
'aria-haspopup': 'true',
|
||||
'aria-owns': menuId
|
||||
})
|
||||
// FIXME why mousedown? doesn't seem to work on desktop browsers
|
||||
.mousedown(function(){
|
||||
select.trigger('showmenu');
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue