Questions tagged as 'twitter-bootstrap'

0
answers

Bootstrap Alert in field validation

The form contains a validation for blank fields with a Twitter-Bootstrap alert in jQuery's "on.click" event, when I click the button for the first time on the "Register" button the alert is displayed, but if I click again on the "Register" butto...
asked by 13.12.2017 / 14:08
2
answers

How to get the value of a TD?

I've tried a number of ways (VARIOUS SAME) but I did not succeed! Most give me a UNDEFINED Follow the code: PHP: <?php require_once('acessabanco.php'); $objDb = new db(); $link = $objDb->conecta_banco(); $sql = "SELECT p.s...
asked by 09.12.2017 / 15:40
1
answer

Dropdown menu does not show subitems

I have seen several posts, all with multiple answers, but I can not put my dropdown to work on the menu. It just does not open. Do I need to install something else? My code is this: <nav class="navbar navbar-default">...
asked by 12.11.2017 / 19:50
0
answers

Wizard progress bar works only after page refresh

When integrating the twitter bootstrap wizard with my application, I noticed that the progress bar works only when I refresh the page. I have seen in some places that this can be caused by turbolinks but I have not found any solution to the prob...
asked by 13.11.2017 / 00:56
1
answer

Why can not I make the grid system on my php page?

I'm starting a project for university and I can not make the grid system in the main content tag. I've been trying for quite some time! Icannotimplementthegrid!Thisismycode..'<imgsrc="../Logincheck/assets/img/image2.png" class="company-lo...
asked by 07.11.2017 / 00:21
1
answer

Modal bootstrap does not appear when button clicks

<!DOCTYPE html> <html lang="pt-pt"> <head> <link rel="stylesheet" type="text/css" href="./DataTables/DataTables-1.10.16/css/bootstrap.min.css"/> <link rel="stylesheet" type="text/css" href="./DataTab...
asked by 31.10.2017 / 16:51
0
answers

Does Bootstrap have legacy code if I update the version in my project?

I can update my project using Bootstrap version 3.3 for Bootstrap version 4.0 current? Is there a legacy code that will ensure that I will not have BIG problems?     
asked by 20.10.2017 / 16:27
1
answer

Blueimp Gallery inside Modal with black screen

Follow the code below: <!-- Button trigger modal --> <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal"> Launch demo modal </button> <!-- Modal --> <div class="modal fade...
asked by 19.09.2017 / 02:35
1
answer

Correct positioning of image and text

I'm using Bootstrap 3.3.7 and I'm having a question about how to correctly position an image and text next to it. The image needs to be "pasted" in the browser and the text next to it and in the responsive, I need that image to occupy 100% th...
asked by 24.08.2017 / 16:43
0
answers

Center TextBoxFor with column icon

I'm trying to create a centralized login form, but with the code below the input text is aligned to the left and the icon to the right: <div class="form-group"> <div class="row"> <div class="col-md-4 col-md-offset-4">...
asked by 24.08.2017 / 16:21