12.07.2015 Views

Pro JavaScript for Web Apps pdf - EBook Free Download

Pro JavaScript for Web Apps pdf - EBook Free Download

Pro JavaScript for Web Apps pdf - EBook Free Download

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

CHAPTER 9 WRITING BETTER JAVASCRIPT$(window).bind("orientationchange resize", function() {setOrientation();});setInterval(setOrientation, 500);if (window.matchMedia) {var orientQuery = window.matchMedia('screen AND (orientation:landscape)')if (orientQuery.addListener) {orientQuery.addListener(setOrientation);}}function setupMediaQuery() {var screenQuery = window.matchMedia('screen AND (max-width: 500px)');deviceConfig.smallScreen = ko.observable(screenQuery.matches);if (screenQuery.addListener) {screenQuery.addListener(function(mq) {deviceConfig.smallScreen(mq.matches);});}deviceConfig.largeScreen = ko.computed(function() {return !deviceConfig.smallScreen();});setInterval(function() {deviceConfig.smallScreen(window.innerWidth

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!