Window dimensions
////////////////////////////////////////////////////////WINDOW DIMENSIONS var windowWidth = $(window).width(); //retrieve current window width var windowHeight = $(window).height(); //retrieve current window height