Tag: bootstrap
Basic tutorial to customize Bootstrap 4
Here is an extremely basic tutorial that will help you setup the environment to customize Bootstrap 4 for your needs on Windows machine using Node.js and npm Development Environment Windows 10Node.jsnpm This tutorial is created using Bootstrap 4.1.3 which can be downloaded from https://getbootstrap.com/docs/4.1/getting-started/download/. Customization Extract the zip file anywhere within your computer and you…
|
Why Bootstrap Button Click Submits Form Instead of Opening Modal Dialog?
Bootstrap makes it easy to open the modal dialog upon the button click. HTML code and Bootstrap Javascript will automatically take care of lots of modal dialog activity behind the scene. I encountered a strange situation where the same code would work in the HTML page but not in the aspx page. The issue is,…