mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
set aria-selected on li element when li is selected
This commit is contained in:
parent
830663d88b
commit
4cb52c4908
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@
|
|||
var item = $( this );
|
||||
|
||||
// Aria selected attr
|
||||
item.find( "a" ).attr( "aria-selected", true );
|
||||
item.attr( "aria-selected", true );
|
||||
|
||||
// Multiple selects: add the "on" checkbox state to the icon
|
||||
if ( self.isMultiple ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue