skip to Main Content

Twitter bootstrap – Bootstrap & WordPress – Nothing happens

So I'm trying to use a Bootstrap Modal, and I want it to appear after a click (onclick method). Right now I have this $(document).ready(function(){ $("#cancelPObtn").on("click", function(){ $("#error-dialog").modal();}); }); <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script> <link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.0.4/css/bootstrap-combined.min.css"> <script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.0.4/js/bootstrap.min.js"></script> <!-- BELOW ON…

VIEW QUESTION

Twitter bootstrap – how to align column to the right?

I am getting my head around twitter bootstrap 3 and specifically the column setup. I got a 2 columns on the same line: <!--datetime row--> <div> <div class="col-md-6 form-group"> <label for="">Title:</label> <div class="dropdown"> <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown"…

VIEW QUESTION
Back To Top
Search