Questions tagged as 'bootstrap'

1
answer

how to eliminate bootstrap margins only in the caroufredsel?

@font-face { font-family: "champagne&limousines"; src: url('../fonts/Guava/Champagne & Limousines.ttf') format('truetype'); font-family: "champagne&limousines-bold"; src: url('../fonts/Guava/Champagne &...
asked by 09.07.2018 / 01:58
1
answer

Boostrap. How can I align all the boxes in this example horizontally in resolution screens of more than 1024 pixels

What could I do in boostrap so that in the following example all the boxes are horizontally aligned in screens of resolution higher than 1024? I can not get the last group of buttons to keep up with the rest of the boxes due to the labels you ha...
asked by 17.06.2018 / 22:03
1
answer

How do I talk only the dates I have in an array (bootstrap-datepicker)

I have the following problem. I have an array of dates, and I want only these dates to be enabled in the bootstrap-datapicker, I was reading the documentation but I did not find what I wanted! fechas = ['2018-08-21', '2018-08-22', '2018-08-...
asked by 21.08.2018 / 17:32
1
answer

Create a select that depends on another

I have the following functional code: //DEFINIENDO VARIABLES GLOBALES br = "<br>"; olli = "<ol><li>"; liol = "</li></ol>"; olc = "</li></ol>"; ulli = "<ul><li>"; liul = "</li...
asked by 16.04.2018 / 01:17
0
answers

how to get data in a stock slider in angular 4

I am using Angular 4, I can not extract the maximum and minimum value from a data slider (values), the thing is that when I get it in an input it appears but together as it is specified in the input of the slider data-slider -value. Please any s...
asked by 12.04.2018 / 23:08
0
answers

Content of a Function within a Modal

Comrades, I have a code that goes something like this: JAVASCRIPT function nfpa(){ var resultado = ""; resultado += "<div>"; resultado += "CONTENIDO"; resultado += "</div>"; document.getElementById('...
asked by 13.04.2018 / 01:05
0
answers

Angular Why does not it show data brought by http?

When executing the code, it shows nothing. auto.service.ts import { Injectable, Component, NgModule } from '@angular/core'; import { Http , Response , Headers, HttpModule } from '@angular/http'; import { Observable } from 'rxjs/Obse...
asked by 09.04.2018 / 22:15
0
answers

Make an index like TWITTER

I want to create an almost identical index, I'm using bootstrap to do it, I run into the beginning of the site, since I can not place the two Divs that contain text and form, occupy 50% of the site with width but when I want that occupy 100% of...
asked by 30.03.2018 / 10:31
0
answers

Open modal made with bootstrap with java MVC

I'm doing a page with java MVC and Bootstrap. I have a view that is a modal, and I want to call it from the java driver class. That is to say on my main page, I want to press a button and that I open the modal that is in another page, this to no...
asked by 27.03.2018 / 00:39
0
answers

Problem Scroll bar with dredge

I have a series of elements (img) that can be dragged (dredgers) and if they do not fit on the wide screen, I pull out a scroll bar. I have several problems: 1º In the tablets and / or mobiles when you try to move the element with your fin...
asked by 16.03.2018 / 22:16