mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-29 10:24:45 +00:00
only apply show/hide to first header, last footer on page
This commit is contained in:
parent
b83885d281
commit
c99b047333
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ $.fixedToolbars = (function(){
|
|||
var currentstate = 'inline',
|
||||
delayTimer,
|
||||
ignoreTargets = 'a,input,textarea,select,button,label,.ui-header-fixed,.ui-footer-fixed',
|
||||
toolbarSelector = '.ui-page-active .ui-header-fixed, .ui-page-active .ui-footer-fixed:not(.ui-footer-duplicate)',
|
||||
toolbarSelector = '.ui-page-active .ui-header-fixed:first, .ui-page-active .ui-footer-fixed:not(.ui-footer-duplicate):last',
|
||||
stickyFooter, //for storing quick references to duplicate footers
|
||||
supportTouch = $.support.touch,
|
||||
touchStartEvent = supportTouch ? "touchstart" : "mousedown",
|
||||
|
|
|
|||
Loading…
Reference in a new issue