Questions tagged as 'twitter-bootstrap'

1
answer

Align textbox in the center of a page using asp.net bootstrap

I can not centralize the email textbox and password. Here's part of the code and image to help. <body> <form id="form1" runat="server"> <!--Começo cabeçalho--> <header> <nav class="na...
asked by 07.11.2016 / 18:02
1
answer

Bootstrap File Input Plugin

Has anyone used this Bootstrap File Input Plugin with PHP? That is, doing image insert in the bank? I'm having trouble getting the files from the plugin, not the input file, to do the persistence. Code <form enctype="multipart/form-dat...
asked by 19.09.2016 / 16:34
1
answer

bootstrap class panels is not working

I tried the bootstrap framework and testing some components of the site some worked and some did not and I do not know the reason, I tested the dropdawn and jumbotron and both worked, but when I tested the panel it did not show what it should, th...
asked by 01.10.2016 / 20:18
0
answers

Multiples Carousel on the same page

When inserting multiple Carousel, when clicking on any other carousel, only the first one changes. Can anyone help me? <section> <div class="row"> <div class="col-lg-6"> <h3>Titulo nivel 3<...
asked by 26.08.2016 / 20:09
0
answers

Problem with Boostrap clear field FileInput

I have a page with 2 input text and 2 input file When I get the answer from ajax, I clear the entire form as per the code below, but only one field is not cleared the field: <input class="fileUploadAudio" id="fileUploadAudio" name="file...
asked by 24.08.2016 / 18:29
0
answers

Filter Used and Unused Classes Twitter Bootstrap

I'm importing the bootstrap for a Landing Page, but as the content is little consequently the classes I needed to use are also few. I wanted to know if there is an automated way to filter which classes I'm using and generate a css file with t...
asked by 01.09.2016 / 16:16
1
answer

Fill table without refresh?

I have a code that works with two dropdowns that automatically update themselves using jQuery, where when selecting one, the other is populated by doing the filter in my database. And just below, I have a table that I want to fill it with the va...
asked by 18.07.2016 / 18:25
2
answers

Mask Jquery does not work

I'm trying to use jquery's mask, I'm going to use it < input > added by javascript by the action of selecting a < option
asked by 30.07.2016 / 01:50
0
answers

Redirect page to a modal window

I have a main page with a table that shows all the requests I have on my system. Each line of this table has a button, where I open a modal window and I can make some edits. When doing the edits, save them and such, redirect the page to the m...
asked by 21.06.2016 / 16:53
1
answer

Row does not respect Div Padding

Row does not respect the padding of the div it's in. div[role="conteudo"]{ width: 100%; padding:0px; height: 100%; background-color: #FFF; } <div class="container" role="conteudo">...
asked by 31.05.2016 / 04:40