Questions tagged as 'bootstrap'

2
answers

How to change the radius of the edge of my navbar when the mouse passes

I have a problem, I am currently using bootstrap and navbar, the boot strap I call it this way: <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> the navbar code is as f...
asked by 07.09.2018 / 21:56
1
answer

Validate checkbox in a modal mandatory to access the website

I have a web page, that upon entering shows a modal that requires validating a mandatory checkbox in order to access the site, how could I do it so that I only leave the modal and enter the site when all the checkboxes are validated?     
asked by 05.09.2018 / 17:25
1
answer

Execute functions simultaneously from the controller in AngularJS

Only one function is executed and not the 3 that I request .. HTML: <form class="form-inline text-center"> <div class="form-group col-xs-6"> <label for="puns">Puntualidad primera compra: </label> <s...
asked by 31.08.2018 / 20:34
1
answer

How to hide a b-tab with VueJS if it has no text

The point is that I have a tab panel made with Bootstrap of Vue . Each of these tabs has a textarea which shows a text. Basically I do not know how to make that tab whose textarea is empty, not shown in the tab panel....
asked by 06.09.2018 / 10:20
2
answers

Stop hover with a jQuery click

I am working with HTML5, Bootstrap, JQuery and CSS 3, I have a grid in which the div starts to be marked according to the color of the selected button, the div is not started until you click where you want to go start painting. This is wh...
asked by 03.09.2018 / 20:07
0
answers

Organize common web elements through includes in a JSP

I have a web system made in java, in which it is merged with strut, so that each page goes through strut and redirects without recharging its main menu, unlike the typical web pages that reload a new page every time. Now I need to transfer th...
asked by 03.09.2018 / 20:40
0
answers

Help with bootstrap styles

Friends good night, I have the following problem, I have a small application of a medical system with styles in CSS that works well, now I am updating the interface and I am using bootstrap 4.1, the issue is that when I updated the income forms...
asked by 02.09.2018 / 02:03
0
answers

Display a pdf in Byte [] with FileContentResult in a modal window

Hello, I have the following code, with which I can show PDF files stored in a database: public ActionResult VisorArchivo(int id) { COTIZACION_ARCHIVO cot = db.COTIZACION_ARCHIVO.Find(id); Byte[] pdf = cot.CONTENIDO_ARCHIVO;...
asked by 10.09.2018 / 04:56
0
answers

Bootstrap 4 navbar moves a bit when the modal opens

Hi, I'm having a problem that I do not know if it's a bootstrap bug or not, what happens is that when you open the modal, the navbar moves a bit and then when you close it, it's like an effect that moves towards the sides, this is my code: <...
asked by 27.08.2018 / 23:03
1
answer

How to insert several records in the same table with the same name or id

Good morning classmates I have a question about how to insert this into a BD, as far as I understand it is with an array, This is my form <div class="panel-body"> <form class="form-inline" method="POST" action="{{URL::acti...
asked by 28.08.2018 / 18:59