MW211 EXIT

devlog
jQuery/ブラウザサイズ変更でリロード
2014年01月14日
表題の件、以下の通り。
┌──────────────────────────────────────┐
│$(window).resize(function() {                                               │
│    location.href = location.href;                                          │
│});                                                                         │
└──────────────────────────────────────┘
分類:jQuery