Questions tagged as 'twitter-bootstrap'

1
answer

How to check if a select already has a selected option?

I have a page where there are some selects (representing the functions of the users, which can be: Leader, Participant or For Knowledge). There are some business rules: If the user is selected as LEADER, he / she can not have any other role...
asked by 29.11.2016 / 04:11
3
answers

Grid bootstrap getting misaligned on panel with results brought from the bank

I'm displaying the result of a query in panels, only they are getting misaligned, I want it to show how it is in the image below only 1 underneath the other, in the way that it is generating a pyramid effect, follows code and image example: &...
asked by 22.12.2016 / 15:39
2
answers

Images Overlapping and responsive

Good morning,          Friends I'm a beginner in CSS and I'm using the bootstrap and would like to put two overlapping images, and they should be responsive and the image2 must have absolute position with respect to image1. >     
asked by 20.12.2016 / 14:41
1
answer

Select a badge as a Jquery child element

I have a badge that is the child attribute of a button, like this: <button id="equipeum" class="btn btn-primary" type="button"><span id ="pontoum"class="badge"></span></button> In this case the badge would be a ch...
asked by 11.02.2017 / 01:28
3
answers

How to group INPUTS in Bootstrap?

I wanted the RG, Dispatcher and UF fields together to add up to the CPF Up field.     
asked by 26.12.2016 / 15:15
4
answers

modal boostrap opens and closes alone

I have a problem with my bootstrap modal. It is as simple as possible, I took the example from the bootstrap site itself to test it however when I click the button, it opens and closes immediately afterwards <button type="button" class="btn...
asked by 23.12.2016 / 19:01
1
answer

Buttons with HTTP Request Action

The Button Click Request is receiving: {'QTD1LED, ON': ''}, but would like to receive only {QTD1LED, ON}. Where do I have the change in my code? var http = require("http").createServer(servidor); var express = require('express'); var io = requ...
asked by 06.09.2016 / 13:35
2
answers

Bootstrap menu does not work, according to the code provided by the site

No head looks like this: <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/bootstrap-theme.css"> <link rel="stylesheet" href="css/stylesheet.css" type="text/css"> <link re...
asked by 04.09.2016 / 23:21
1
answer

Checkbox not clickable

I want to leave checkboxes of a specific page of my site visible, but not clickable, where the user can only interact with them after logging in. Is there any CSS solution for this specific situation? Type the .disabled class that exists in the...
asked by 17.10.2016 / 15:56
1
answer

Validation with Parsley and Modal window

I have a problem and I can not resolve it. I have a button that when I click on it presents a message to the user of confirmation, it happens that before opening this modal I would like to validate if all fields are filled in. For validation...
asked by 13.09.2016 / 17:32