Questions tagged as 'bootstrap'

1
answer

Adapt image to carousel bootstrap

Hi, I have a problem with the carousel of bootstrap . I want my carousel to have carousel-inner height: 300px; but the images do not fit the size carousel-item img width: 100%; max-height: 460px; In this link is my code...
asked by 08.08.2018 / 16:46
2
answers

Styles ComboBox Bootstrap

I have problems with a comboBox , generated with ruby . I can not see why you are not taking the Bootstrap styles comboBox Brand . The form is _form.html.erb <%= form_with(model: cotizacion, scope: :cotizacion, local:true, class...
asked by 02.08.2017 / 22:09
4
answers

How to reuse the same modal window, but with a different title or heading? [duplicate]

I am implementing several modal windows through Bootstrap. One for each different thing. I have done the test to load different data in the same modal window. I explain ... I have one to pick up favorite users, another for followers and...
asked by 10.04.2017 / 20:21
3
answers

Bootstrap (col-md-6) Failed to align elements

I'm trying to make a blog for the first time in bootstrap, but I can not align the elements well Example: But the problem I have is that the text comes out like this: This is the code: <link href="https://stackpath.b...
asked by 27.12.2018 / 22:04
4
answers

how to send data post method of 2 forms in php?

How can I send data of 2 or more form of php to another page, I can do it with a single form that contains a table, but the design changes completely and I do not want that <div class="form-one"> <form>...
asked by 01.06.2016 / 13:28
1
answer

php - do an autocomplete with PHP, MySQL and Jquery [closed]

I'm trying to autocomplete with jquery, and I've found many tutorials, some of which work for me, but at the design level I'd like to do it Bootstrap ... because of the responsive theme more than anything else. Something like that: Does an...
asked by 01.06.2016 / 20:25
1
answer

bootstrap-datetimepicker error date format, Asp Mvc

I have in one view an inputbox on which I am using bootstrap-datetimepicker to capture the date, this DTP has the format 'YYYY / MM / DD': <script type="text/javascript"> $(function () { $('#datetimepicker1').date...
asked by 10.06.2016 / 21:53
2
answers

How to hide several divs and display them after selecting it

I have the following code, it is divided into two columns on the left side are the links of records and on the right side the respective form to each record. My question is as follows, how can you hide all the forms and show one when you clic...
asked by 01.09.2016 / 18:21
1
answer

Resize Div with mousemove

I have a problem with the div when I enlarge it, I do not know why it jumps and it does not get larger as the pointer moves on the screen. I am using html5, CSS3, bootstrap and JS with jQuery. This is inside a table. This is my code. $(d...
asked by 25.07.2018 / 17:43
2
answers

Bug when fixing DataTables column with Bootstrap 4

Good morning! I walk around here, since a little while ago I started using DataTables for my project, everything was fine, until I tried to use fixedColumns , I relied on the following example I have the following code Table...
asked by 01.06.2018 / 13:38