Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <script src="~/Scripts/jquery-1.10.2.min.js"></script>
  2. //other script links
  3. <script>
  4. const windowsWidth = $(window).width();
  5. const windowsHeight = $(window).height();
  6. console.log('width %i; height %i', windowsWidth, windowsHeight);
  7. // All other stuff
  8. </script>
  9. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement