Tag: Bootstrap 5
Misc, UI Components
Why use front-end frameworks like Bootstrap 5? Front-end frameworks have become a crucial part of modern web development. They offer a set of tools and components that simplify the process of creating professional, responsive, and user-friendly websites. One of the...
jQuery
chek the following jQuery script to open a modal on a button click. $(‘.btn-trash’).click(function(){ $(“#deleteTriggerModal”).modal(‘show’); });
Misc, Starter Templates
Here is a copy of the Bootstrap 5 starter template from their website. Bootstrap 5 got released on May 5, 2021, and I have liked it so far. One thing that old Bootstrap user may have noticed is that they no longer are using jQuery (JavaScript library designed to...