mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Removed activeBtnClass from selected option
This commit is contained in:
parent
14c98e8ef7
commit
3dc4b9f9fa
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@
|
|||
.each(function( i ) {
|
||||
|
||||
if ( $.inArray( i, indicies ) > -1 ) {
|
||||
var item = $( this ).addClass( $.mobile.activeBtnClass );
|
||||
var item = $( this );
|
||||
|
||||
// Aria selected attr
|
||||
item.find( "a" ).attr( "aria-selected", true );
|
||||
|
|
|
|||
Loading…
Reference in a new issue