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

Commit

Permalink
find the closest page to pull the keep native selector Fixes #2803
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbender committed Oct 21, 2011
1 parent 04b2ec4 commit 9e1a3cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/jquery.mobile.forms.select.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ $.widget( "mobile.selectmenu", $.mobile.widget, {
// Add active class to button
self.button.addClass( $.mobile.activeBtnClass );
})
.bind( "vmouseup", function() {
// self.button.removeClass( $.mobile.activeBtnClass );
})
.bind( "focus vmouseover", function() {
self.button.trigger( "vmouseover" );
})
Expand Down

0 comments on commit 9e1a3cc

Please sign in to comment.