pageloadfailed

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

pageloadfailedイベントはページの読み込みに失敗した際に発火するイベントです。

Ajaxを利用したページ遷移などでページの読み込みに失敗した際にこのイベントは発火されます。

$(document).on("pageloadfailed",function(event) {
	console.log("pageloadfailed");
});

sample

jQuery Mobile 1.0.0での追加/変更

pageloadfailedイベントはjQuery Mobile 1.0.0で実装されたイベントです。

参考URL

pageloadfailed | jQuery Mobile API Documentation

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

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

検索

スポンサードリンク

バージョン

リファレンス