Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery responsive

$(window).resize(function() {
  var width = $(window).width();
  if (width < 1200){
    alert('Your screen is too small');
  }
});
 
PREVIOUS NEXT
Tagged: #jquery #responsive
ADD COMMENT
Topic
Name
3+3 =