Hello, my question is to know how to solve this problem in bootstrap, I want to make three columns in a horizontal way, because when I do it, it is vertical I would appreciate your prompt response.
<!DOCTYPE html>
<html lang="e...
With this code I can select a single option.
How do I deselect the one I select? or make them all white
<div class="panel panel-default">
<div class="panel-body">
<label class="radio-inline">...
I need that by clicking on a button that is green, it turns red, and if it is red it turns green again. I currently use bootstrap it could be that when I click it is danger and when I hit it again it is primary. I know it's done with JS but I...
I'm playing with the positioning of responsive images (using our bootstrap friend) and I want to make a base image, like the one in the example
in which I have a div with a background image and on this several div with images (with transparency)...
I need to 'deactivate' an element <a> , after having clicked on it. I am using Bootstrap, when clicking on an element <a> , a modal opens and when closing it, the element <a> follows as if it were 'selected'....
I am using jquery-ui to autocomplete an input and when choosing the data I load other data into other input, until then everything is fine.
The problem is this:
When I place the form code outside the modal it works correctly, but placing t...
My navbar with Dropdown worked correctly until I decided to upload the carousel to the top of it, in addition, the slider I superimposed the logo, which I want centered.
I appreciate any guidance. My CSS:
.logo {
position: absolute;
le...
I'm using bootstrap, I have a modal window to which I want to remove the scroll, but I can scrole! I just want it not to be in view. I have this modal inside another modal window.
...
When rebuilding a Bootstrap Slider, it does not get the value of the current position again.
This is the code:
//SlideStop función para obtener el valor de la posición actual
$("#ex19").on("slideStop", function (slideEvt) {
valopt = $("#...