Skip to content

Instantly share code, notes, and snippets.

@old-campos
Created February 1, 2013 22:56
Show Gist options
  • Save old-campos/4694754 to your computer and use it in GitHub Desktop.
Save old-campos/4694754 to your computer and use it in GitHub Desktop.
JQUERY: call selectivizr
<script type="text/javascript" src="[JS library]"></script>
<!--[if (gte IE 6)&(lte IE 8)]>
<script type="text/javascript" src="selectivizr.js"></script>
<noscript><link rel="stylesheet" href="[fallback css]" /></noscript>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment