mobileinit
mobileinitイベントはjQuery Mobileの呼び出しが行なわれた際に実行されるイベントです。
初期設定などはmobileinitイベント内で行ないます。
$(document).bind("mobileinit", function(){
//apply overrides here
});
mobileinitイベントはjQueryの読み込みの後、jQuery Mobileの読み込みの前に宣言する必要があります。
<script src="jquery.js"></script>
<script src="custom-scripting.js"></script>
<script src="jquery-mobile.js"></script>
登録日 : 2012年09月18日 最終更新日 : 2016年12月19日
同じカテゴリー(イベント)のエントリー
- checkboxradiocreate
- updatelayout
- throttledresize
- pageshow
- pageremove
- pageloadfailed
- pagehide
- pagecreate
- pagechangefailed
- pagechange
- pagebeforeshow
- pagebeforehide
- pagebeforecreate
- pagebeforechange
- navigate
- hashchange
- pageload
- pagebeforeload
- scrollstop
- scrollstart
- orientationchange
- vmousecancel
- vclick
- vmouseup
- vmousemove
- vmousedown
- vmouseout
- vmouseover
- swiperight
- swipeleft
- swipe
- taphold
- tap
- pageinit
- mobileinit