Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@purcell
Created October 3, 2011 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save purcell/1258742 to your computer and use it in GitHub Desktop.
Save purcell/1258742 to your computer and use it in GitHub Desktop.
Bootstrap dropdown breakage with yepnope/modernizr
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>
<script src="https://raw.github.com/SlexAxton/yepnope.js/master/yepnope.js" type="text/javascript"></script>
<script type="text/javascript">
yepnope({load: "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-dropdown.js"})
</script>
</head>
<body>Borken</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment