activePageClass
$.mobile.activePageClassはアクティブなページに付加されるクラス名を定義できます。
jQuery Mobileの初期設定はmobileinitイベント時に変更が可能です。
$(document).on("mobileinit", function(){
$.mobile.activePageClass = "foo-bar";
});
デフォルトのactivePageClassは”ui-page-active”。
現在、表示されているページやページ遷移中に追加されます。
jQuery Mobile 1.0.0での追加/変更$.mobile.activePageClassはjQuery Mobile 1.0で定義された設定です。
参考URL
Configuring Defaults | jQuery Mobile API Documentation
登録日 : 2013年05月04日 最終更新日 : 2016年12月19日
同じカテゴリー(初期設定)のエントリー
- initSelector
- transitionFallbacks
- touchOverflowEnabled
- subPageUrlKey
- phonegapNavigationEnabled
- pageLoadErrorMessageTheme
- pageLoadErrorMessage
- ns
- minScrollBack
- maxTransitionWidth
- loadingMessageTheme
- loadingMessageTextVisible
- loadingMessage
- linkBindingEnabled
- hashListeningEnabled
- gradeA
- getMaxScrollForTransition
- dynamicBaseEnabled
- defaultPageTransition
- defaultDialogTransition
- buttonMarkup.hoverDelay
- autoInitializePage
- allowCrossDomainPages
- activePageClass
- activeBtnClass
- orientationChangeEnabled
- resetTimerDuration
- clickDistanceThreshold
- moveDistanceThreshold
- verticalDistanceThreshold
- horizontalDistanceThreshold
- durationThreshold
- scrollSupressionThreshold
- tapholdThreshold
- hidePlaceholderMenuItems
- ajaxEnabled
- nativeMenu
- keepNative
- clearSearchButtonText
- ignoreContentEnabled
- domCache
- pushStateEnabled