twitter-bootstrap-3 Questions
5
Solved
I have this bit of code - just tabbed panels with separate graphs in each tabbed panel. When I switch tabs the content is not loading correctly. The active state of the panel is not changing when I...
Aleman asked 1/10, 2014 at 2:8
7
Solved
I got this code:
DEMO: http://jsfiddle.net/z21nz89d/2/
HTML:
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get group...
Lyndy asked 4/9, 2014 at 16:57
8
With Echarts (from Baidu) i want put a pie chart inside a div element (i'm using bootstrap).
So i have:
<div class="row">
<div class="col-md-4">
<div id="chartGift" style="height...
Trott asked 31/10, 2015 at 18:13
7
Solved
I have the following div:
<span data-placement="bottom" data-toggle="popover" data-container="body">Press Me!</span>
with the following popup:
<div id="popover-content" class="h...
Glutelin asked 5/11, 2016 at 13:55
20
Solved
I was wondering if anyone could explain how I can get 7 equal columns in bootstrap? I am trying to make a calendar. This code seems to do 5:
div class="row">
<div class="col-md-2 col-md-off...
Spender asked 22/2, 2014 at 13:40
7
Solved
Using Bootstrap to add a modal popup. Upon clicking the trigger button, the modal is dark and unclickable. Any idea what's causing this or where to look?
<!-- Button trigger modal -->
<...
Necessitous asked 24/10, 2015 at 4:21
8
Solved
I have been trying for more than two days to run SweetAlert prompt in a modal bootstrap without success, the input is not accessible and I don't understand why. I need help please.
$("#openSWA...
Caracara asked 19/4, 2017 at 8:23
6
Solved
I have web application which uses Foundation.
I am not good at foundation and i have to develop few pages where i want to use Bootstrap but i dont want to mix with other company css.
SO i was loo...
Recede asked 29/11, 2014 at 13:28
8
Solved
How do you make a button in Bootstrap 3 undepress automatically after being clicked?
To replicate my problem, make a page with some buttons, give them appropriate bootstrap classes (and include bo...
Exosphere asked 3/5, 2014 at 11:3
13
Solved
I have HTML similar to this:
<div class="table-responsive">
<table class="table borderless">
<caption>
<h3>Announcements</h3>
</caption>
<tbody>
&l...
Geist asked 5/2, 2014 at 20:28
3
Solved
I have a table with the following markup:
<div class="table-responsive"
<table class="table table-hover"
<!-- table data-->
</table>
</div>
As the documentation says, ...
Notum asked 18/11, 2015 at 6:3
8
Solved
When using Bootstrap tooltip, we need to write something like this to have tooltip functionality:
$(".showtooltip").tooltip();
But the problem is, we need to rerun that code every time when new ...
Curt asked 9/7, 2014 at 13:40
6
Is there in Ant Design for React the Bootstrap Grid "container" concept?
Containers are the most basic layout element in Bootstrap
and are required when using our default grid system. Choose fr...
Tattoo asked 1/4, 2018 at 8:10
6
How can I hide the default choose file button ?
Here is my html:
<div class="col-md-4">
<span class="btn btn-info "><i class="glyphicon glyphicon-plus"> </i> Browse
<...
Airiness asked 12/11, 2014 at 19:38
30
Solved
Bootstrap modal hide is not working. Alert comes in else. but my modal is not hidden Added bootply. My issue is the same one.
<button class="button primary" id="buy" data-toggle="modal" data-ta...
Daphene asked 15/5, 2014 at 12:7
2
Solved
I like the off canvas feature that bootstrap 3 has: http://getbootstrap.com/examples/offcanvas/. However, for one of my projects i'd like it to overlap the content rather than move the content to t...
Adenoidectomy asked 24/8, 2013 at 20:12
3
Solved
I have a bootstrap card using the following code:
<div class="card card-outline-danger text-center">
<span class="pull-right clickable" data-effect="fadeOut"><i class="fa fa-time...
Karilynn asked 15/5, 2017 at 2:43
13
Solved
I am trying to mimic the Outlook bar using Twitter bootstrap using the accordion and collapse plugin, so far I got the collapse and accordion working, but it presently allows for all sections to be...
Leelah asked 31/3, 2013 at 2:25
3
Solved
I’ve been working on this the whole day but don’t come up with a solution. I have 3 columns in one row in a container.
1: right content – pull-right
2: navigation – pull-left
3: main content
Wh...
Par asked 12/11, 2013 at 12:29
3
Solved
I am working with a third party website which allows me to modify code to suit my needs. I have a product page with responsive columns. Administrative users can upload images for the products which...
Tine asked 29/1, 2016 at 17:51
5
Solved
Is the bootstrap carousel extendible to show the next and previous images in the slider?
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel" data-interval="false"&g...
Paramount asked 3/12, 2013 at 9:5
18
Solved
How can I close an open collapsed navbar on clicking outside of the navbar element? Currently, the only way to open or close it is by clicking on the navbar-toggle button.
See here for an example ...
Bode asked 20/5, 2014 at 16:4
5
Solved
IOS only / iPhone X / iPhone 7 etc.
Even jquery modal libraries don't work! https://jquerymodal.com/ - Open the modal on your iPhone and you will be able to scroll the body.
I am finding it very...
Conventional asked 20/2, 2019 at 12:56
4
Solved
I am developing a front end HTML page using bootstrap and basic HTML code. I need to print price of a particular product say $63.
I want this to be in same line but the size of $ needs to be smalle...
Pekan asked 25/3, 2014 at 12:38
6
Solved
How can I get Google Material Icons properly aligned in my Bootstrap buttons?
For example, consider this code:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js...
Uball asked 23/11, 2016 at 16:41
1 Next >
© 2022 - 2025 — McMap. All rights reserved.