Questions tagged as 'bootstrap'

1
answer

Validate reservation entry and exit range. Bootstrap datepicker

My problem is basic. I have a reservation system where enter the date of entry and exit. I have validated that the departure date can not be less than the entry date and the entry date can not be greater than the departure date and when they mod...
asked by 18.03.2018 / 02:29
2
answers

Add icon fa in a text box

Good afternoon I have the following html code, I'm using bootstrap 4 <div class="form-group has-feedback"> <span class="fa fa-user form-control-feedback"></span> <input type="text" class="form-control" placeholder="Escrib...
asked by 08.12.2017 / 22:17
1
answer

Can you put text to an input type radio? [duplicate]

I have a form with several radio-type inputs (only one can be selected). The code is as follows: <div class="form-group"> <label><strong>Visible</strong></label><br> @if...
asked by 18.09.2017 / 10:57
3
answers

Problem with bootstrap collapse

<html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS -...
asked by 14.02.2018 / 19:34
2
answers

Operate modal from Jquery

I'm trying to get my modal through Jquery, but it does not work, the idea is that by pressing the "btnmodal" button the modal appears through Jquery. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js">&l...
asked by 29.03.2018 / 04:54
3
answers

How to load correctly Jquery and Bootstrap

Good morning everyone, I'm making a website that uses JQuery and Bootstrap (including some plugins like DateTimePicker). More or less I get it to work but I can not make it clear to me the subject of the loads of the different scripts and styles...
asked by 10.05.2017 / 10:29
2
answers

how to create a grid in boostrap with 3 frames

Hello I have given to learn bootstrap 4 and now I have presented this difficulty (design a blog) I want to locate a container with 3 large squares that cover half and the other two smaller ones on top of each other but not as a picture is made h...
asked by 03.04.2018 / 04:30
3
answers

Modal does not appear full

This is how my Modal appears: I need you to appear complete and overlap in front of everything. This is my code: <div class="row"> <div class="modal" id="mostrarmodal" tabindex="-1" role="dialog" aria-labelledby="basic...
asked by 07.04.2017 / 05:37
3
answers

I open a modal form in ASP.NET MVC and it appears as inactive

Good evening I have a little doubt, I'm opening a modal form and when I press the button that opens it, it comes out as if the modal form was inactive (I attached the image) and if I click on any part, it closes, maybe I'm forgetting a library?...
asked by 22.03.2017 / 02:34
2
answers

Remove white side space from HTML with Bootstrap

There is a white border that I can not remove and I do not know why it is formed. It only appears in the mobile responsive version. /*/*Fuentes*/ @import 'https://fonts.googleapis.com/css?family=Lora:700i'; /*Header*/...
asked by 10.12.2016 / 04:55