Spread the word.

Share the link on social media.

Share
  • Facebook
Have an account? Sign In Now

Sign Up Sign Up


Have an account? Sign In Now

Sign In Sign In


Forgot Password?

Don't have account, Sign Up Here

Forgot Password Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.


Have an account? Sign In Now

You must login to ask a question.


Forgot Password?

Need An Account, Sign Up Here

You must login to add post.


Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

RTSALL Logo RTSALL Logo
Sign InSign Up

RTSALL

RTSALL Navigation

  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Meet The Team
  • Blog
  • About Us
  • Contact Us
Home/Questions/Q 1269
Next

RTSALL Latest Articles

Queryiest
QueryiestEnlightened
Asked: April 7, 20232023-04-07T23:44:22-05:00 2023-04-07T23:44:22-05:00In: Programs

I want to open a bootstrap pop up model. How I can do?

To open a popup modal using Bootstrap, you’ll need to include the Bootstrap CDN and the necessary JavaScript code in your HTML file. Here are the steps:

  1. Include the Bootstrap CSS and JS files in the head section of your HTML file using the following CDN links:
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>


  1. Add a button to your HTML file that will trigger the modal when clicked:
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal">Open Modal</button>

In this code, the data-toggle="modal" attribute tells Bootstrap that this button should open a modal, and the data-target="#myModal" attribute specifies which modal to open (in this case, a modal with the id of myModal).

  1. Add the modal code to your HTML file:
<div id="myModal" class="modal fade" role="dialog">
<div class="modal-dialog">

<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">&times;</button>
<h4 class="modal-title">Modal Header</h4>
</div>
<div class="modal-body">
<p>Modal Body</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>

</div>
</div>


In this code, the id of the modal matches the data-target attribute in the button, so when the button is clicked, the modal will open.
bootstrapjquerymodelmodel pop uppop up
  • 0
  • 0 0 Answers
  • 0 Followers
  • 0
  • Share
    Share
    • Share on Facebook
    • Share on Twitter
    • Share on LinkedIn
    • Share on WhatsApp

Leave an answer
Cancel reply

You must login to add an answer.


Forgot Password?

Need An Account, Sign Up Here

Sidebar

Ask A Question
  • Popular
  • Answers
  • Queryiest

    What is a database?

    • 3 Answers
  • Queryiest

    What is SQL and what is it used for?

    • 1 Answer
  • Anonymous

    What is a table in SQL?

    • 1 Answer
  • Queryiest
    Queryiest added an answer thanks October 22, 2025 at 12:22 am
  • Anonymous
    Anonymous added an answer A database refers to a structured body of information which… October 12, 2025 at 10:05 am
  • Queryiest
    Queryiest added an answer You know what "national cyber security" means, why it is… October 1, 2025 at 2:17 am

Related Questions

  • Why is processing a sorted array faster than processing an ...

    • 0 Answers
  • Perform CRUD operation in java using mvc pattern.

    • 0 Answers
  • What is a Bug?

    • 0 Answers
  • What is the most expensive course in machine learning and ...

    • 0 Answers
  • Does Java follow "pass-by-reference" or "pass-by-value" when passing arguments to ...

    • 0 Answers

Top Members

Queryiest

Queryiest

  • 202 Questions
  • 295 Points
Enlightened
Anonymous

Anonymous

  • 11 Questions
  • 39 Points
Begginer
Abhay Tiwari

Abhay Tiwari

  • 5 Questions
  • 37 Points
Begginer

Trending Tags

ai asp.net aws basics aws certification aws console aws free tier aws login aws scenario-based questions c++ core cyber security cyber security interview git ipl java javascript jquery net core net core interview questions sql

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • New Questions
  • Trending Questions
  • Must read Questions
  • Hot Questions

Footer

About Us

  • Meet The Team
  • Blog
  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy
  • Disclaimer
  • Terms & Conditions

Help

  • Knowledge Base
  • Support

Follow

© 2023-25 RTSALL. All Rights Reserved

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.