twitter-bootstrap tag

11 questions


1 answers
73 views
0
Show as Ajax in Bootstrap Modal

I would like to see what was called in phpfile.php in .modal-body of #mymodal, but the following code does not work.The modal comes out, and if it's not ajax, it will appear, so you can't load the pag...


2 answers
70 views
0
How to Call a Parent Window Function from a Child Window of a Modal Dialog

I'm building a site with cakePHP2+mysql+bootsrap3.From the parent window, open a child window を as an input window and If you don't have the necessary ID, start a child window 2 to generate it and reg...


1 answers
118 views
0
How to display the selected image in bootstrap dropdown to another element

I would like to put the selected image on the newImg_boat tab with the code below, but I am having a hard time because it doesn't work.The code you are commenting out is the result of trying this and ...


1 answers
132 views
0
Form using django-bootstrap-datepicker-plus does not work well

We are developing a web system using Python and Django in a local environment.The form uses the django-bootstrap-datepicker-plus module to retrieve the date and time information in the calendar format...


2 answers
77 views
0
Why 15px in .container and -15px in .row?

Basically, Bootstrap is written in .container and describes .row.But why does Bootstrap bother .container with 15px and .row with -15px?Affected Source Links:https://github.com/twbs/bootstrap/blob/v4-...

2 years ago

1 answers
125 views
0
Load table contents from above with jquery (multiple lines)

Read the table on the modal in jquery and I would like to have some columns read in template on html. For now, I thought I could load it with each.Only the last line of the table was loaded.   This is...


1 answers
113 views
0
I want Twitter Bootstrap to align the height of the columns side by side in a "responsive" manner.

For common samples such as the following, I think that each column is written in the same height as attached image 1.<div class=row> <div class=col-md-12>Header</div></div><...


1 answers
76 views
0
The bootstrap modal cannot be scrolled on iOS devices.

We have created a system that allows you to search within modal on bootstrap3.Send the contents of the text box to PHP via Ajax and receive the results via Json.I will display the contents within the ...


1 answers
69 views
0
Hamburger menu doesn't open

The hamburger menu won't open.I wrote it as below.@media all and (min-width:500px){ body, US>html{ margin:0; height —100%; } # page-container { display:grid; grid-template-columns:1fr3fr; grid-templat...

2 years ago

2 answers
64 views
0
Bootstrap 3 Modal Dialog Does Not Work

I want to load the HTML that was issued and display it beautifully on the Modal of Bootstrap, but the Modal dialog of Bootstrap 3 doesn't work.What's wrong? Thank you for your cooperation!!<html>...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.