Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
return false on slider and switch track vclicks, which prevents unint…
Browse files Browse the repository at this point in the history
…entional toggling of parent content, like fixed toolbars.
  • Loading branch information
scottjehl committed Feb 28, 2012
1 parent 295b654 commit 286800a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/jquery.mobile.forms.slider.js
Expand Up @@ -209,7 +209,8 @@ $.widget( "mobile.slider", $.mobile.widget, {

return false;
}
});
})
.bind( "vclick", false );

slider.insertAfter( control );

Expand Down

0 comments on commit 286800a

Please sign in to comment.