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

submit individual form in twitter bootstrap wizard

I am using twitter bootstrap from wizard, and i want to submit 4 form in wizard, http://vadimg.com/twitter-bootstrap-wizard-example/examples/basic-formvalidation.html# Below is my code on each next button press, onNext: function (tab, navigation, index) { if(index == 1) { if(form_header.valid() === true) {…

VIEW QUESTION
Back To Top
Search