$(function() { // 600px以上の場合 if (window.matchMedia( '(min-width: 600px)' ).matches) { // 処理 } else { // 600px以下の場合 // 処理 }; });