Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (window.matchMedia) {
  2.        
  3.         // Establishing media check
  4.             width700Check = window.matchMedia("(max-width: 700px)");
  5.             if (width700Check.matches){
  6.                 $.colorbox.remove();
  7.             }
  8.        
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement