mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
add selector for links inside control groups in buttonMarkup
This commit is contained in:
parent
91dfba1d0a
commit
21c8ce2989
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", e.target )
|
||||
$( ":jqmData(role='button'), .ui-bar > a, .ui-header > a, .ui-footer > a, .ui-footer > :jqmData(role='controlgroup') > a", e.target )
|
||||
.not( ".ui-btn, :jqmData(role='none'), :jqmData(role='nojs')" )
|
||||
.buttonMarkup();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue