Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

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

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

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

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8364649
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T12:28:29+00:00 2026-06-09T12:28:29+00:00

I tried to create modal window using Twitter Bootstrap with the following code <link

  • 0

I tried to create modal window using Twitter Bootstrap with the following code

<link rel= "stylesheet" href = "/static/bootstrap/css/bootstrap.css" >
<script src ="/static/bootstrap/js/bootstrap-modal.js" ></script>
<script type = "text/javascript" src= "/static/bootstrap/js/bootstrap.js" ></script>
<script src="/static/js/jquery.js></script>
<div class="modal hide" id="myModal">
    <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal">×</button>
        <h3>Modal header</h3>
    </div>
    <div class="modal-body">
        <p>One fine body…</p>
    </div>
    <div class="modal-footer">
        <a href="#" class="btn" data-dismiss="modal">Close </a>
        <a href="#" class="btn btn-primary"> Save changes </a>
    </div>
</div>
<a class="btn" data-toggle="modal" href="#myModal"> Launch Modal </a>

But it still only shows one button. I click on the link and nothing happens, the modal window does not pop up. Please help me find out what I’m doing wrong?
P.S I just started learning it now. If you could please tell me where is my error is that would be great.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T12:28:31+00:00Added an answer on June 9, 2026 at 12:28 pm

    You’re loading your bootstrap.js after bootstrap-modal.js.

    As well, It’s better to move them to the very end of <body>.

    <html> 
    
        <head>
            <link href="bootstrap.css" rel="stylesheet"> 
        </head>
    
        <body>
    
            <div class="container">
    
            <div id="example" class="modal hide fade in" style="display: none; ">
    
                <div class="modal-header">
                    <a class="close" data-dismiss="modal">?</a>
                    <h3>This is a Modal Heading</h3>
                </div>
    
                <div class="modal-body">
                    <h4>Text in a modal</h4>
                    <p>You can add some text here.</p>              
                </div>
    
                <div class="modal-footer">
                    <a href="#" class="btn btn-success">Call to action</a>
                    <a href="#" class="btn" data-dismiss="modal">Close</a>
                </div>
    
            </div>
    
            <a data-toggle="modal" href="#example" class="btn btn-primary btn-large">Open modal</a>
    
            <script src="jquery.js"></script>
            <script src="bootstrap-modal.js"></script>
    
        </body>
    
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I created a modal form/window using with the code: $(function () { var widthLen
I have tried to create a simple controller/model (based on the samples code of
Tried to create a mobile navigation using dataview or outline and the view renders
I tried to create jar file using command line that I inserted into java
I tried to create a code that adds 2 percent each time a component
I tried to create a new folder following the instructions at https://developers.google.com/google-apps/documents-list/#creating_a_new_document_or_file_with_metadata_only instead of
I'm looking for a way that I can create a simple modal window (or
I have on my page header a preference link which open a modal window
I'm trying to create a simple modal popup. I have the CSS done, and
I tried watir wiki example to access modal window. But was getting Argument error.

Explore

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

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

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.