Questions tagged as 'bootstrap'

1
answer

Popover Boostrap 3 - Does not appear

I have the following HTML code: <button class="thumb-hearth pop" data-toggle="popover" title="Likes" data-placement="top" data-trigger="focus" data-content="Teste"> <i class="glyphicon glyphicon-heart"></i> </button...
asked by 15.02.2017 / 03:54
1
answer

Bootstrap - Jquery Error

I'm trying to make some javascript confections in my project that also uses bootstrap and I need to see the log. However, even using the code provided on the bootstrap site itself, I'm getting the following message in the log and the rest of the...
asked by 19.11.2016 / 22:43
1
answer

how to block a jquery checkbox

I would like to know how do I block a checkbox as a bootstrap button since I have it and I make a simple limit check in 2 or only 2 checkbox can be selected. When I select the third checkbox it shows me my error messa...
asked by 12.06.2016 / 04:14
1
answer

Collapse bootstrap is not closing

I'm using the following code to do a Collapse with bootstrap, it opens normally but does not close when clicking again, can anyone help me? <div class="well"> <button href="#task" data-toggle="collapse" class="btn...
asked by 19.09.2016 / 21:32
1
answer

How to adjust the size of the label in bootstrap 4 to fit the small input?

I have the code below and I do not know how to adjust the label to fit the same size set in the input element. The way the Label is has the text bigger than the Input. I've tried using the .small class but it gets smaller. Use Bootstrap 4. <...
asked by 28.02.2018 / 14:48
1
answer

Change CSS with Javascript to required field

I joined W3 Schools and got a sample code for a multi step form. In the "default" mode it did not go to the next step until all the fields are filled. It turns out that I need only some fields not to be null, others may be empty. I looked at...
asked by 21.01.2018 / 20:50
1
answer

Duplicating bootstrap menu

I'm noob in web development and I need a little help from my colleagues, if possible. I'm doing a site, using the bootstrap, and I came across a little problem. I have two drop-down menus and when I click on one or the other both menus are op...
asked by 14.12.2017 / 12:01
1
answer

WebPack + NodeJS import bootstrap + jquery

Hello, everyone at Stackoverflow, I have a VueJS project already with Webpack. And I've been importing the JQuery and Bootstrap libraries. I went to my node and used the commands npm install jquery --save-dev npm install bootstrap --save-de...
asked by 20.09.2017 / 15:56
3
answers

Effect 100% above the Carousel

I need to put an overlay effect on top of a Carousel of the bootstrap, but that takes all the height of it. Clarifying better ... the first time I worked in this style - not in this section I sent - through some modifications I even managed t...
asked by 30.03.2018 / 22:21
1
answer

Padding reducing image

I have an image with a background worked, in this image I'm giving padding equal 140px, however instead of the image increase the padding, and consequently, getting a bigger box, the image is reducing, increasing the padding into the image keepi...
asked by 17.04.2018 / 23:02