mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-16 02:23:09 +00:00
add tabindex to page element
This commit is contained in:
parent
003505a4b9
commit
ebafc02cfe
1 changed files with 3 additions and 1 deletions
|
|
@ -17,7 +17,9 @@ $.widget( "mobile.page", $.mobile.widget, {
|
|||
|
||||
this._trigger( "beforecreate" );
|
||||
|
||||
this.element.addClass( "ui-page ui-body-" + this.options.theme );
|
||||
this.element
|
||||
.attr( "tabindex", "0" )
|
||||
.addClass( "ui-page ui-body-" + this.options.theme );
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue