Questions tagged as 'bootstrap'

0
answers

The modal appears and then it is removed

I'm doing my app in Laravel 5.1 and I get the following problem, I'm trying to delete a user, by pressing the delete button I display a modal as a "warning" to know if I want to delete that user and resolved that when I click the button to remov...
asked by 28.09.2016 / 09:03
0
answers

JQuery PrintArea + Bootstrap + ASP.NET

I am using ASP.NET + Bootstrap and I want to implement a PRINT SCREEN button using PrintArea.js and I get it as I show in screenshot. (without the format as shown on my form) and yet if I do CONTROL P the page is showing me what it is (also left...
asked by 31.08.2016 / 15:16
0
answers

Initialize mp3 audio when navigating in a carousel to listen to the discs

I have a carusell with 5 discs. the first one that is active item if it plays but when changing to another disk it does not. I'm using php and js. The content of a hidden carusel item is not loaded in the sun, is it? I have been modifying the...
asked by 18.07.2017 / 15:35
3
answers

CSS: Stop applying styles from a certain width

The problem I have is that I have used a bootstrap template and modified part of the CSS. Then I have it responsive from 1920px to 1024px, but from 992 the styles change a lot and everything is bundled, so I would like from 1024 to apply hori...
asked by 21.09.2017 / 09:45
3
answers

Validate data and display bootstrap alerts

I have done a bootstrap form in a modal, that when I give a submit button "save", I save the values of the fields in the database. So far so good. I would like that before sending the values, the fields will be validated, to see if a field is...
asked by 19.03.2018 / 14:02
3
answers

Center span with image inside a column td

How can I center a <span class="glyphicon"></span> within a <td> of a table? It's a bit cumbersome to put them in topic ... I'm using Laravel 5.2 and Dataqueable from jquery. It is a column that I get values 1 or...
asked by 02.11.2016 / 21:43
1
answer

Bootstrap 4 - Checkbox by pressing one the other is pressed

When using the bootstrap "checkbox". If they are duplicated to have more than one. When you click one, the two are clicked. Why? It seems that some javascript code activates them using their id or name, or something like that? How should you do...
asked by 07.12.2018 / 13:21
1
answer

How to organize mosaic DIVs (with different heights)? [duplicate]

Help with organizing divs with float Post page with different heights, to present projects and news on a web page. example of the post list I try to make a grid where projects are shown in three columns, but sorted from left to righ...
asked by 04.02.2017 / 21:26
3
answers

retrieve attribute value data-id from html button and bootstrap [duplicated]

I have a button in each row of a table with the data-id attribute which is different from the other rows <button id="btnCancelar" class="btn btn-warning" data-id="@item.facturaCancelacion">Ok</button> in a JS file I have a cli...
asked by 08.07.2016 / 00:58
5
answers

removeClass JQUERY does not work

I'm using ASP.NET to make a form, but I need to remove the class disable , I'm using JQUERY , and I need to remove it to several labels that make up my object, but I'm not having much success. The objects that I want to affect are...
asked by 08.06.2018 / 18:15