1 2 3 4 5 6 7 8 9 |
$(function(){ if(window.matchMedia('(max-width:767px)').matches) { // 処理 } else if (window.matchMedia('(min-width:768px) and (max-width: 999px)').matches){ // 処理 } else { // 処理 } }); |
使い勝手が良いのでメモ
最近のコメント