Questions tagged as 'bootstrap'

2
answers

Bootstrap responsive examples please

Hello, I'm a beginner in this freameworks world, and I have a lot of difficulty, I'd like someone to give me a simple example of responsive div, which suits some screen sizes using the bootstrap, making some comments about the classes used. I say...
asked by 01.11.2017 / 04:36
3
answers

PHP result on the same screen

I need the result of the form to appear on the same screen, I made the following code: <?php //Recolhe os valores digitados no formulário $v = $_POST['valor']; $tm = $_POST['txmensal']; $p = $_POST['periodo']; $ta = (((($tm/100)+1)**12)-1)...
asked by 22.03.2018 / 15:47
1
answer

Print Alert PHP [duplicate]

Good personal how I can print the contents of something of the php in a div for example: I have a login area, if the user data is wrong I want you to print a div with alert (with bootstrap) on the same page. I have this validation in php but I...
asked by 03.07.2016 / 00:39
1
answer

collapse animation bootstrap does not work

Good night, I would like a help ... I am trying to use the collapse of boostrap 3.3 in a row of a table, the code looks like this: <table> <thead> <tr> <th>header</th> <th>...
asked by 06.09.2017 / 00:52
1
answer

Consultation with pause? [closed]

I'm doing a dynamic php menu where I would not use a query inside another, I'm currently looking at the CATEGORY table of the category name and inside it I'm searching in another table for the results that I have in the category field, in the CA...
asked by 03.01.2018 / 22:24
1
answer

Turbinating the bootstrap carousel

To add own events in Carousel of bootstrap , use the $('#myCarousel').on('slide.bs.carousel', function () { }) I would like to know how I can get the text to receive or lose opacidade according to the grandfather elemen...
asked by 23.01.2017 / 18:57
1
answer

Bootstrap-Table Jquery how to individually edit a column in the event of loading table?

Bootstrap-Table Jquery how to individually edit a column in the event of loading table? I've tried unsuccessfully using the all.bs.table and data-load-success events. for(i=0;i < data.length; i++) { total_media = parseFloat(total_med...
asked by 23.09.2017 / 06:07
1
answer

Problems with Grid Dynamically generated Layout

Good morning everyone! I'm a beginner in the front-end area and it's one of the first times I'm using Boostrap. This time I need to deliver a job to school and for this I developed a feed species divided into two columns, but I can not get th...
asked by 04.08.2016 / 16:29
1
answer

BootStrap submenu open left [duplicate]

I needed my menu in the site below, open in left, so there is no layout break. link Could you help me? <nav class="navbar navbar-inverse navbar-static-top marginBottom-0" role="navigation"> <div class="container-fluid"&g...
asked by 21.06.2016 / 20:17
1
answer

Set different CSS sizes for each browser

I have a problem with my code, in case, I have a banner that in Chrome and Opera, it appears in the exact size of the whole screen, however in Edge and Mozilla it appears broken not occupying 100% height with the others . In CSS it looks like...
asked by 02.04.2018 / 18:55