robert-o
7/1/2016 - 1:19 PM

Using Media Queries in WordPress jQuery

Using Media Queries in WordPress jQuery

(function($) {
if ($(window).width() < 320 ) { 

        /*Run Code here*/
  }
})(jQuery);