【jQuery】ウィンドウサイズの変更をトリガーにする。

めも。

resize()関数を用いる。

$(window).resize(function() {
	// 処理
});

nbsp;