Questions tagged as 'bootstrap-3'

3
answers

How do I adjust the width of a modal to its content?

I have a modal in which I indicate preliminary information to perform these actions, but some data surpass the space of modal . Here is an example of a modal I use. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9....
asked by 03.03.2017 / 05:44
1
answer

Tables in BOOTSTRAP 3

I need the nested column in row two to cover the entire column My code is this: <div class="container"> <div class="row"> <!-- FILA 1--> <div class="col-md-12"> <h1>Prueba...
asked by 18.04.2017 / 21:38
1
answer

Menu with boostrap

I'm creating a drop-down menu and it does not show me, I do not know why, look here the code: Default.ctp <?php /** * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (https...
asked by 09.04.2018 / 23:07
1
answer

Destroy modal bootstrap 3

I have not found a way to destroy the modal, currently I only hide them, which means that I have to manually clean the fields of the modal, I have tried the following without results: $('#Modal').modal('hide'); $('#Modal').removeData(); $('#Mo...
asked by 17.05.2017 / 15:35
2
answers

How to remove spaces in bootstrap?

I'm starting with some web design but I've encountered this problem that I've been trying to remove for a while. I would like to eliminate the space that is between the logo of the page and the start link: <body> <nav class...
asked by 12.01.2018 / 05:56
1
answer

Problem with Alert fade in (bootstrap), only shown once

I'm trying to perform a bootstrap alert. it is displayed correctly when the response is received correctly, or some error. but when I perform another action that involves another ajax response, this one no longer shows me the alert. Here is m...
asked by 26.12.2018 / 20:28
1
answer

Popover with Bootstrap

I have the following code, (Only Html and Js) I can not make the POPOVER of Bootstrap work within the application itself, placing a button from the outside if it works but within the application it does not work and I have almost a week and I do...
asked by 05.04.2018 / 00:49
1
answer

How to reset or indetermine a bootstrapswitch?

I have a checkbox with bootstrap-switch style, when I run the view it creates it with the value "indeterminate", if I execute state I can change the value to true or false , but I can not put it in "indeterminate" as in the...
asked by 08.05.2017 / 21:16
1
answer

Why is boostrap 3.3.7 and jquery 3.1.1 not compatible?

What I want to do is put a nav bar in my app, but when I put the jquery in v 3.1.1 and the boostrap in v 3.3.7 I do not deploy the nav bar. Add the boostrap. Css, the boostrap. Js and the jquery from his cdn. I put the jquery first and then the...
asked by 09.04.2018 / 02:10
1
answer

How can I vertically align a div content with bootstrap 3?

If you observe the example in a resolution of 1024p you can see how the text of label is extended and the select stuck to the top of the div that corresponds to the. Here's the example of my form : <script src="...
asked by 11.02.2017 / 06:10