What is the use of …
 
Notifications
Clear all

What is the use of Bootstrap in Javascript?

2 Posts
3 Users
0 Likes
169 Views
0
Topic starter

What is the use of Bootstrap in Javascript?

2 Answers
0

Bootstrap is a popular front-end framework primarily used for designing and styling web pages and web applications. While Bootstrap itself is mainly based on HTML and CSS, it also includes some JavaScript components and plugins to enhance the interactivity and functionality of the user interface. These JavaScript components can be used for tasks like creating responsive navigation menus, modal dialogs, carousels, tooltips, and more, making it easier for developers to add dynamic and interactive features to their web projects without having to write custom JavaScript code from scratch.

0
Bootstrap provides custom events for most plugins’ unique actions. Generally, these come in an infinitive and past participle form – where the infinitive (ex. show ) is triggered at the start of an event, and its past participle form (ex. shown ) is triggered on the completion of an action.
 
Share: