-
-
Save planetoftheweb/989aada8ada0d831ac6dfcabdb17bfaf to your computer and use it in GitHub Desktop.
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<link rel="stylesheet" href="css/bootstrap.min.css"> | |
<title>Bootstrap</title> | |
</head> | |
<body> | |
<div class="container"> | |
</div><!-- container --> | |
<script src="js/jquery.slim.min.js"></script> | |
<script src="js/popper.min.js"></script> | |
<script src="js/bootstrap.min.js"></script> | |
</body> | |
</html> |
The popper.js is replacing the tether.js used in the Lynda videos. I suspect that the Lynda download files are all going to depend on tether.js. I'm going to replace popper.min.js with tether.min.js and see how it goes. The author shouldn't be disconnecting his downloads from the tutorial content without updating or at least posting a warning.
Also adding a src="js/scripts.js script to match the tutorial.
The Lynda/LinkedIn videos have been updated to a later release of Bootstrap. I usually keep the repo a little bit ahead of the videos. Right now I'm updating it for the final release. The repo has already been updated.
Hello,
Thank a lot for the beautiful update!
I'm having a problem with getting the blockquote as well as bg-faded working on Safari, isn't bootstrap a cross-browser tool ?!
Note that blockquote-footer worked!
Please advise about this!
Thanks!
You have the "X-UA-Compatible" in there twice.
Your Lynda tutorial still shows to use tether.js, which you've replaced with popper.js in your repo.