Questions tagged as 'twitter-bootstrap'

1
answer

ASP.NET MVC after updating the packages does the default template get lost?

I'm new to this area, I'm "walking barefoot on the rocks" to learn ASP.NET, I use the VISUAL STUDIO 2017 Community 2017 Version 15.8.4. When creating a new ASP.NET MVC project visual studio generates an empty application with a menu. When up...
asked by 12.09.2018 / 19:15
1
answer

thead with fixed top table [duplicate]

I have a <table> , and I would like to leave <thead> of it with fixed top: <table class="table table-responsive table-hover" id="tablepesquisaprodutos" style="font-size:12px;"> <thead>...
asked by 12.09.2018 / 16:32
2
answers

Calling a function after validating a form in Bootstrap

I'm trying to do an exercise that shows values after the user has supplied the correct data in a form. I tried using <form class="needs-validation" onsubmit="calcular()" novalidate> But just clears the user data instead of doing the c...
asked by 14.06.2018 / 01:49
1
answer

Get value passed by aria-controls (Bootstrap tab panel)

How can I get the value passed by the aria-controls of the Bootstrap tab panel to compare from a data array to bring only the products of the category in question. Where to start JavaScript ? This value obtained by JavaScript will need...
asked by 04.05.2018 / 20:21
1
answer

Soft Scroll Bootstrap

$(document).ready(function() { $(".scroll").click(function(e){ event.preventDefault(); $('html,body').animate({scrollTop:$(this.hash).offset().top},1000); }); }); .menu{background:#ff0;} .section-1{width:100%;height:100v...
asked by 06.06.2018 / 00:31
1
answer

How to group buttons inside a column in a table so that they do not change when the column is adjusted

I have a table that has 4 action buttons inside a cell of a column. When the names begin to get larger in size, the table starts to auto-adjust and in the Actions column the 4 buttons are released and some of them begin to descend to the bottom...
asked by 28.04.2018 / 21:22
1
answer

Ajax does not work with Modal Bootstrap

Hello, I have the following code, where Modal Bootstrap opens from a DB lookup when I click on an item in the returned list: <input type="text" name="pesquisa" id="pesquisa"> <table class="resultado"> </table> S...
asked by 06.04.2018 / 18:16
1
answer

Problem with my client using jquery

I have a very unusual and strange problem ... I am using the Jquery library, however, it is not being interpreted correctly, the problem is not in the code itself, ie when I do the same code without syntax error or semantics the code is not trig...
asked by 20.04.2018 / 19:20
2
answers

vertically center row bootstrap 4

I needed to center this row in the middle of the page, following the bootstrap documentation, it tells me to put align-items-center along with row, I did, but nothing has changed. my html structure is currently like this: <!-- linha...
asked by 15.03.2018 / 23:09
1
answer

Fit CSS form icon

I have the following form However,theh3iconfromabovewasOK,butthenexttitlesthatIput,areontheformside,howdoIadjustit?HTML:<h3class="titulos_cadastro"><i class="rt-icon2-waves"></i> Dados Profissionais</h3> <...
asked by 25.02.2018 / 13:43