¡@

Home 

2014/10/16 ¤W¤È 12:03:11

jquery Programming Glossary: enquire.register

Call external JS file based on “media screen” value

http://stackoverflow.com/questions/15823137/call-external-js-file-based-on-media-screen-value

script 3 Fire enquire.js and listen for media query changes both on load and on resize script type text javascript enquire.register screen and max width 599px match function Load a mobile JS file loadJS 'mobile.js' .listen enquire.register screen and.. enquire.register screen and max width 599px match function Load a mobile JS file loadJS 'mobile.js' .listen enquire.register screen and min width 600px and max width 899px match function Load a tablet JS file loadJS 'tablet.js' console.log 'tablet.. and max width 899px match function Load a tablet JS file loadJS 'tablet.js' console.log 'tablet loaded' .listen enquire.register screen and min width 900px match function Load a desktop JS file loadJS 'desktop.js' console.log 'desktop loaded' .listen..