loadingMessage
$.mobile.loadingMessageはページローディング時のメッセージの設定です。
この設定でページローディング時に表示するテキストを設定できます。falseを指定するとローディング時に何も表示されません。
$(document).on("mobileinit",function() {
$.mobile.loadingMessage = "読み込み中";
});
jQuery Mobile 1.2より$.mobile.loadingMessageの代わりに$.mobile.loader.prototype.options.textが利用されます。
参考URL
Configuring Defaults | jQuery Mobile API Documentation
登録日 : 2013年06月01日 最終更新日 : 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