Modals are a common design pattern…that lets you show some content…when the user pushes a button…or some other HTML element.…So, I'm going to show you…how to create a Bootstrap modal…and some of the options that you have…when working with them.…So, we have some vaccine information…right here in our content that we want to display…only when a user pushes a button.…So, the first thing we're going to need is the trigger…or the actual button that's going to trigger our modal.…I'll put it up here for right now.…
This will be a button just like we've done before…if you've been following along.…And the type is going to be button.…Our class is going to be just how we would do a button, btn…and then some sort of contextual button class,…so this case, we're going to do a warning,…so, btn-warning.…And then we need to add some attributes.…So the two attributes that we're going to add here…are data-toggle.…
This is just to let JavaScript know…that the action that we want to perform…with this particular button…is going to be to activate a modal.…
Author
Released
8/26/2015This course provides everything you need to know to get started building websites with Bootstrap, and is built with our new practice environments in mind, which let you develop your code along with author Ray Villalobos. Ray will review Bootstrap's grid, CSS classes, and JavaScript components (dropdowns, modals, carousels, and more), and help you integrate them into your own sophisticated websites.
- Understanding containers
- Using the 12-column grid to create a responsive webpage layout
- Creating rows and columns
- Styling content with Bootstrap CSS classes
- Adding CSS styles
- Creating and styling forms
- Creating dropdown menus and buttons
- Adding images and video
- Exploring JavaScript components, like carousels, tabs, tool tips, and scrolling
Skill Level Beginner
Duration
Views
Related Courses
-
Introduction
-
Welcome1m 23s
-
-
1. Getting Started
-
2. Working with the Bootstrap Grid
-
Working with rows3m 13s
-
Creating columns10m 3s
-
Resetting columns3m 55s
-
Offsetting columns2m 52s
-
Nesting columns6m 9s
-
3. Exploring Basic Bootstrap CSS Classes
-
Using blockquotes1m 49s
-
Working with list styles2m 19s
-
Styling code3m 50s
-
4. Adding Other CSS Styles
-
Exploring table styles2m 42s
-
Adding image classes4m 46s
-
Using responsive utilities5m 30s
-
5. Styling Forms
-
Creating a basic form6m 24s
-
Using inline forms2m 53s
-
Styling a horizontal form4m 52s
-
Using validation styles4m 56s
-
Using input groups5m 24s
-
Using icons4m 44s
-
-
6. Navigation Components
-
Using button groups4m 22s
-
Adding content to the navbar9m 42s
-
Collapsing your navigation4m 11s
-
7. Media Components
-
Using the thumbnail style6m 55s
-
Adding media styles5m 35s
-
8. Content Containers
-
Styling list groups6m 45s
-
Working with panels5m 41s
-
Using wells1m 12s
-
-
9. Using JavaScript Components
-
Creating a carousel17m 13s
-
Creating modals10m 51s
-
Creating a tooltip2m 50s
-
-
Conclusion
-
Next steps1m 43s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Creating modals