Skip to content

Instantly share code, notes, and snippets.

@ideefixe
Created February 26, 2013 17:22
Show Gist options
  • Save ideefixe/5040308 to your computer and use it in GitHub Desktop.
Save ideefixe/5040308 to your computer and use it in GitHub Desktop.
IE only javascript
if(jQuery('html.lt-ie9').size()) {
require(['/assets/vendor/ie']);
require(['msie'], function(msie) {});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment