The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  Direct Affiliate

Bootstrap 4 docs and theme goodies

Today, bootstrap developers want to completely abandon jQuery.
Many freelancers may not like this, since they have always worked with jQuery, and pure javascript is complicated for them.
 
This works fine for me :p
HTML:
<!-- CSS only -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" >

<!-- JS, Popper.js, and jQuery -->
<script src="assets/js/jquery-3.5.1.slim.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>

I already have a lot of templates set up that I can modify
 
This works fine for me :p
HTML:
<!-- CSS only -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" >

<!-- JS, Popper.js, and jQuery -->
<script src="assets/js/jquery-3.5.1.slim.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>

I already have a lot of templates set up that I can modify
Ok got it. You have an arsenal of templates.
 
A Bootstrap subject is a bundle containing CSS, HTML, and JavaScript code utilized for styling. Bootstrap subjects likewise highlight different UI segments and page formats that can be utilized to make sites. You can consider them site layouts made in view of Bootstrap.
 
MI
Back