Skip to content

Instantly share code, notes, and snippets.

@jfraboni
Last active August 29, 2015 14:26
Show Gist options
  • Save jfraboni/0e19ea3667679025e880 to your computer and use it in GitHub Desktop.
Save jfraboni/0e19ea3667679025e880 to your computer and use it in GitHub Desktop.
jquery-one: load jquery
<head>
<title>jQuery One</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
</head>
<head>
<title>jQuery One</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<script src="jquery-2.1.1.js"></script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment