mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-28 03:30:27 +00:00
fix control group button selector in any .ui-bar instead of just .footer
This commit is contained in:
parent
21c8ce2989
commit
86824432e4
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ var attachEvents = function() {
|
|||
//auto self-init widgets
|
||||
$( document ).bind( "pagecreate create", function( e ){
|
||||
|
||||
$( ":jqmData(role='button'), .ui-bar > a, .ui-header > a, .ui-footer > a, .ui-footer > :jqmData(role='controlgroup') > a", e.target )
|
||||
$( ":jqmData(role='button'), .ui-bar > a, .ui-header > a, .ui-footer > a, .ui-bar > :jqmData(role='controlgroup') > a", e.target )
|
||||
.not( ".ui-btn, :jqmData(role='none'), :jqmData(role='nojs')" )
|
||||
.buttonMarkup();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue