Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

4 votes
1 answer
6k views

How can i trigger a bootstrap modal at a specific height of the window scroll , for just Once?

I want to show user a modal window when vertical scrollbar position is beyond a specified limit. Here is my HTML code <div class="container"> <h2>Modal Example</h2> ...
Azhar's user avatar
  • 119
2 votes
2 answers
3k views

Issues with image inside Bootstrap modal

http://codepen.io/anon/pen/jWGXKJ <a data-toggle="modal" href="#modal" class="btn btn-primary">Open</a> <div id="modal" class="modal modal-wide fade"> <div class="modal-dialog"&...
Gary In's user avatar
  • 717
0 votes
1 answer
342 views

Charging information within the modal (bootstrap 3.3.6)?

I have a modal and after clicking on the Visualizar option I want it to load information from a table. However, it only loads the first table ID, regardless of which item of the table I want to view....
André Albson's user avatar
1 vote
1 answer
548 views

bootstrap modal behind fade

Hi all! By now I'm several hours into finding and understanding why I have this bug. I'm working on a module for an open-source project based on Laraval and Bootstrap - Microweber(.com) You can ...
Yvo's user avatar
  • 17
0 votes
1 answer
814 views

Enabling modal (Bootstrap version 3.3.6) through select option?

Example: When I select option "volvo", the modal appear. The modal not appear correctly. <label>Recinto</label> <select class="form-control" data-toggle="modal" data-target="#cria-...
André Albson's user avatar
-2 votes
3 answers
70 views

Why I'm not able to close the modal dialog upon click on a hyperlink which is present on the same modal dialog?

I've a following HTML code of bootstrap modal : <div style="display: block; padding-right: 13px;" id="myModal-event" class="modal fade in" role="dialog"> <!-- <div role="document" class=...
PHPLover's user avatar
  • 12.9k
0 votes
1 answer
283 views

Play Bootstrap carousel when Modal closes

I have managed to source the code for pausing the carousel when modal is opened, but it stays paused when modal is closed. I have researched for this, but cant seem to find a working fix. Thank you ...
JoeyG's user avatar
  • 721
4 votes
1 answer
4k views

Working with edit form inside bootstrap modal dialog using php

So basically I have a table of employee basic information. It already has values which is retrieved from mysql database. employee basic information table. So as you can see on the table, it has an ...
Pretorian's user avatar
0 votes
0 answers
654 views

Bootstrap Modal window is closing when clicked on submit button

I have a Grid inside Modal window. Whenever I click on Bootstrap 3 Modal window its getting closed. I want that Modal to stay open as I am trying to display loading. I tried by setting .dialog('show') ...
Joy1979's user avatar
  • 609
-1 votes
2 answers
354 views

Bootstrap model covered by modal backdrop

I have simple html page to show bootstrap modal, however when I launch the model - it gets covered by modal backdrop, I checked the z- index of myModal - 1040 and that of modal backdrop is 1030 ...
Ira Dev's user avatar
1 vote
1 answer
4k views

Select box on change event in Bootstrap Modal Window

I am using bootstrap 3. There is a select box inside the modal window. On change event of that select box i have to display its value at console. First time the value is correct but after that no ...
Vinay Kesharwani's user avatar
3 votes
2 answers
2k views

How to pass parameters to modal when i call it programmatically?

I call bootstrap modal programmatically like this $('#confirmModal').modal() But when i do so, "event" in: $('#confirmModal').on('show.bs.modal', function (event) { var button = $(event....
bfday's user avatar
  • 155
0 votes
0 answers
67 views

Trouble showing Bootstrap modal

I'm working with Boostrap Modal, and I have a trouble, the model isn't displayed. I am working with laravel, so I will post the code generated. I have hours trying to make it works, so I will really ...
Sredny M Casanova's user avatar
0 votes
0 answers
52 views

Cannot get a bootstrap form to work inside a modal

I am using bootstrap to have a form appear inside a modal. Here is the link that launches the modal: <p> <a class="btn btn-primary" data-toggle="modal" data-target="#myModal"><i ...
Philip7899's user avatar
  • 4,657
0 votes
1 answer
305 views

Is it possible to have more than one modal inside of a modal?

I am using Bootstrap 3. I have been setting up this dialog or modal prompt for users when accessing the data to select options. The way this needs to be built it will have one modal open up another, ...
UX.DevDude's user avatar

15 30 50 per page
1
3 4
5
6 7
16