window.matchMedia('(min-width: 1299px)').addListener(function(e){ if(e.matches) { //скрипты сюда } })