Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

1 vote
1 answer
277 views

Bootstrap 3 modal and video.js video isn't resized properly

The following page displays a thumbnail image, that when clicked, brings up a Bootstrap 3 modal with the video. It works, but if the video is too tall for the window, it extends below the window, and ...
Mark Fletcher's user avatar
2 votes
2 answers
651 views

data-keyboard="false" doesn't work in bootstrap for the following code

I dont want the esc key to toggle my dropdown. so I added the data-keyboard="false". But that doesn't seem to work and my code still toggles on esc key. code: https://jsfiddle.net/4dkfj63v/...
Deekshith Shetty's user avatar
0 votes
0 answers
51 views

Can I close a bootstrap modal (v3) and link to a different site, without using JS?

I've created a modal (Bootstrap v3) on a site that doesn't allow for any Javascript, just HTML and CSS (Bootstrap v3). I'd like to have a button at the bottom that users can click to close the modal, ...
user17282412's user avatar
0 votes
1 answer
58 views

Bootstrap: Bootstrap Grid

I'm trying to use the Bootstrap Grid concept to create 12 columns in a single row, Instead of that I'm getting 12 rows in a container. code that I have done <html lang="en"> <head&...
Harsha Sri Sameera's user avatar
0 votes
0 answers
379 views

Populating HTML form from Bootstrap Modal in select option

I have an HTML form that is within a Bootstrap Modal, that gets populated via Javascript. Basically the code reads data from a MySql Db and presents it to a form. Click the row in the form and it ...
AdrianB's user avatar
0 votes
1 answer
165 views

Django modal bootstrap not displaying

I have been blocked on this problem for several days. I have bootstrap 3.3.7 in the project root folder. I am rendering some buttons in the django template that should open modal windows when clicked. ...
psolomon's user avatar
  • 173
1 vote
0 answers
1k views

Bootstrap - Modal dialog avoid duplicate entry and empty on load

I am having a web app using bootstrap 3, datatables, js and php. I am facing two issues: a) When i press SAVE button on modal, it sometimes taking more seconds to load the code. This has a result, ...
PeterPan2020's user avatar
1 vote
0 answers
333 views

getbootstrap.com vs bootstrapdocs.com: are these supposed to be the same things?

I've was thinking on migrating the Bootstrap versions on my site and was looking into my old cdn referrals. Currently, my site is using Bootstrap 3, linking to maxcdn.bootstrap.com courtesy of ...
Erik's user avatar
  • 256
1 vote
1 answer
158 views

xPages Bootstrap Dojo Progress Bar showing behind modal-backdrop

I am working on Notes 10. I have a csjs function that calls a dojo progress bar when a full update on an event runs. It worked perfectly when I used the default theme. However, when I changed the ...
Muhammed Ismail Carrim's user avatar
-1 votes
1 answer
87 views

Bootstrap 3 modal from footer like the one on Badoo

I am trying to create a Bootstrap 3 modal that opens on the bottom of the page for mobile devices, like the one Badoo is using :) So fare I came up with this: .modal { position:fixed; top:auto; right:...
intered's user avatar
  • 165
1 vote
1 answer
2k views

One modal bootstrap for both Add and Edit - Upsert

I have 2 links (Add and Edit Customer Form) which trigger one same bootstrap modal. My question is how does that one same bootstrap modal detect it is from Add link or Edit link? My current code is ...
Steve's user avatar
  • 4,093
2 votes
2 answers
2k views

How to prevent page reload after submit button clicked for bootstrap modal and parsley.js validation?

I have bootstrap modal which open up a modal to allow user to enter the form and it works. I implemented parseley.js for the form validaton and it kinda works. The problem is when the validation ...
Steve's user avatar
  • 4,093
0 votes
1 answer
40 views

the modal closes the previous modal when show

I created a class for my modal, where show method creates a main modal, and the other creates a confirmation modal, to be called when the user is going to close the modal ('do you really want to close?...
Cristiano Felipe's user avatar
2 votes
1 answer
36 views

How to adjust bootstrap 3 thumbnails to occupy empty spaces?

This is my code. I am using express.js. this is ejs file. the snapshot of code below is this <%- include ("../partials/header") %> <div class="container"> ...
Ayush Naithani's user avatar
2 votes
4 answers
1k views

multiple ajax call firing when we open modal multiple times

I have a bootstrap modal which is loaded to DOM after ajax call. I have two buttons in my modal dialog. I have to call an ajax request when I click the #proceed button in the dialog modal. When I ...
Techy's user avatar
  • 2,646

15 30 50 per page
1
2 3 4 5
33