Note that there are some explanatory texts on larger screens.

plurals
  1. PObootstrap modal not working at all
    primarykey
    data
    text
    <p>I know this question has been asked hundred of times before and I've been through them but those couldn't fix my case :s</p> <p>This is my code so far</p> <pre><code> &lt;link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"&gt; &lt;link rel="stylesheet" type="text/css" href="style.css"&gt; &lt;script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"&gt;&lt;/script&gt; &lt;script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"&gt; &lt;script src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDY0kkJiTPVd2U7aTOAwhc9ySH6oHxOIYM&amp;sensor=false"&gt;&lt;/script&gt; &lt;link href="bootstrap/js/bootstrap.min.js" rel="stylesheet" media="screen"&gt; &lt;link href="bootstrap/js/bootstrap-modal.js" rel="stylesheet" media="screen"&gt; &lt;link href="bootstrap/js/bootstrap-transition.js" rel="stylesheet" media="screen"&gt; </code></pre> <p>and inside body I have this: </p> <pre><code>&lt;a href="#myModal" role="button" class="btn" data-toggle="modal"&gt;Launch demo modal&lt;/a&gt; &lt;div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"&gt; &lt;div class="modal-header"&gt; &lt;button type="button" class="close" data-dismiss="modal" aria-hidden="true"&gt;×&lt;/button&gt; &lt;h3 id="myModalLabel"&gt;Modal header&lt;/h3&gt; &lt;/div&gt; &lt;div class="modal-body"&gt; &lt;p&gt;One fine body…&lt;/p&gt; &lt;/div&gt; &lt;div class="modal-footer"&gt; &lt;button class="btn" data-dismiss="modal" aria-hidden="true"&gt;Close&lt;/button&gt; &lt;button class="btn btn-primary"&gt;Save changes&lt;/button&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>Note that I use some other libraries on the head section because I need them for Google Map maybe, I tried to remove those but still didn't trigger the Modal view.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload