diff --git a/js/jquery.mobile.forms.select.custom.js b/js/jquery.mobile.forms.select.custom.js index 416bcd6b..709f691a 100644 --- a/js/jquery.mobile.forms.select.custom.js +++ b/js/jquery.mobile.forms.select.custom.js @@ -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 );