pagebeforeshow

このエントリーをはてなブックマークに追加

pagebeforeshowイベントはページ遷移時にページが表示される前に発火するイベントです。

$("#pagebeforeshow1").on("pagebeforeshow",function(event) {
	console.log("pagebeforeshow1");
});
$("#pagebeforeshow2").on("pagebeforeshow",function(event) {
	console.log("pagebeforeshow2");
});

sample

参考URL

pagebeforeshow | jQuery Mobile API Documentation

登録日 : 2013年04月19日 最終更新日 : 2016年12月19日

同じカテゴリー(イベント)のエントリー

検索

スポンサードリンク

バージョン

リファレンス