mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-30 10:54:44 +00:00
click instead of tap
This commit is contained in:
parent
fe468ccc9e
commit
f32d9dddc1
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ $.fn.navbar = function(settings){
|
|||
$navbar
|
||||
.find('ul a')
|
||||
.buttonMarkup({corners: false, shadow:false, iconpos: o.iconpos})
|
||||
.bind('tap',function(){
|
||||
.bind('click',function(){
|
||||
//NOTE: we'll need to find a way to highlight an active tab at load as well
|
||||
$navbar.find('.ui-btn-active').removeClass('ui-btn-active');
|
||||
$(this).addClass('ui-btn-active');
|
||||
|
|
|
|||
Loading…
Reference in a new issue