skip to Main Content

Understanding ms-seo for meteor

I'm trying to use ms-seo package for meteor but I'm not understanding how it works. It's supposed to add meta tags to your page for crawlers and social media (google, facebook, twitter, etc...) To see it working according to the…

VIEW QUESTION

Twitter bootstrap – Bootstrap Modal not working(nothing happens when button clicked)

I have importaed javascript into my layout template: <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js"> I have the following bootstrap modal triggered by a button <!-- Button trigger modal --> <button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal"> Launch demo modal </button> <!-- Modal --> <div…

VIEW QUESTION

Twitter Bootstrap 3 layout issue

I am brand new to Bootstrap 3 and am trying to achieve a header that looks like the following: As you can see there are several components here: Logo; left-aligned Menu items to the right of the logo Message of…

VIEW QUESTION

Twitter bootstrap – bootstrap-select hide event not firing

I'm trying to figure out why I can't get the close event triggered when a bootstrap-select is closed. $(function() { $('.selectpicker').on('hide.bs.dropdown', function () { alert('hide.bs.dropdown'); }) }); <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.2/css/bootstrap.css" rel="stylesheet"/> <link href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.7.2/css/bootstrap-select.css" rel="stylesheet"/> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.2/js/bootstrap.js"></script> <script…

VIEW QUESTION
Back To Top
Search