Questions tagged as 'bootstrap'

2
answers

Disable form submit button inside a modal bootstrap window

I have tried in several ways to disable the submit button of a form that is inside a modal bootstrap window, but I did not succeed. I already researched the documentation but tb I did not find it. Can someone give me a light? Here are some of...
asked by 25.05.2016 / 21:49
1
answer

Progress bar follow execution of mysql query

I need a bootstrap progress bar to follow the execution of a mysql query. $limite='200'; // limita $i=1; // para gerar o looping da barra de progresso $y = mysql_query("SELECT * FROM $tabela WHERE x='y' ORDER BY rand() limit $limite"); while(...
asked by 29.12.2016 / 15:11
1
answer

What's the difference between using function with parameter THIS or OBJ?

Now, when I try to use a function, when I put this as a parameter, it was not executed, but when I put OBJ, it worked normally. Can anyone tell me the difference between the two? function mostraCampo(obj) { var select = document.getE...
asked by 06.09.2017 / 17:02
1
answer

Jquery / Ajax Duplicating

Good afternoon, I've already researched this problem here in the forum and tried some solutions but I do not know what I'm doing wrong. I have this function that calls my Modal. function verificarSenha() { var fo...
asked by 13.01.2017 / 18:12
2
answers

Low quality font in html [duplicate]

body{ background: url('imagens/capa.png'); font-family: "Avantgarde", "TeX Gyre Adventor", "URW Gothic L", sans-serif; } .texto-capa{ text-align: center; color:white; display: table-cell; vertical-align:middle; } I h...
asked by 19.01.2018 / 13:38
1
answer

Passing information to a Modal

I have this routine using Razor from C #. It lists my messages: Code: @for (int i = 0; i < 3; i++) { <div class="box-body" style="line-height:15px"> <ul class=" products-list prod...
asked by 25.08.2016 / 21:32
4
answers

How to center menu options in bootstrap 3

I am trying to leave options from a centralized menu created in bootstrap 3, I have tried some alternatives, but none solved my problem, I have this code snippet: <div class="navbar navbar-default navbar-top"> <div class="container"&g...
asked by 29.06.2016 / 14:54
2
answers

Bootstrap Modal - Navigate element within the modal

It's a simple modal with great text. Follow the code: <div class="modal fade"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal...
asked by 17.01.2017 / 21:31
1
answer

Place Text on Div Edge

I wanted to put text on the border, as in the attached image. I'm using Bootstrap. Mycurrentcodelookslikethis:CSS:.jumbotronmax{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;/*background-color:#ccc*/}.jumbotronmax.h1,....
asked by 15.06.2017 / 18:51
2
answers

Hide table columns when resizing html page

I have an html table: When I resize the page to a smaller resolution I would like it to be only 2 columns, and when it comes back to higher resolution, I would like all 5 columns. Use bootstrap. It could be in javascript too.     
asked by 18.07.2017 / 13:42