Questions tagged as 'bootstrap-3'

2
answers

How to make a collapse button Bootstrap disable the other

I created two collapse buttons in Bootstrap with two different content. What happens: When I click the first button the content expands. When I click on the second button the second content expands below. What I wanted: I wante...
asked by 20.07.2017 / 15:29
0
answers

How to page a JavaScript filter in Laravel 5.4?

I created a search filter for a table, in it I have Description, Model, Status, among others 'inputs' to make the search. But after the search is done, pagination does not track the result. Here is the code below: Index: @extends('admin/l...
asked by 02.05.2017 / 19:35
0
answers

Twitter Bootstrap vs. Semantic UI

Can anyone tell you what the difference is between these libraries? I've seen that Semantic has more advantages than Bootstrap but it would be nice to know if anyone knows the two and knows how to compare features, solutions, or APIs. lin...
asked by 14.02.2017 / 22:09
1
answer

2 clicks to open the popover again

I'm creating a popopver where I put a close button on it. As shown below in the image: HTML:<divclass="dropdown" style="float: right;"> <button type="button" class="btn btn-default btn-xs popover-markup" data-placement="bot...
asked by 25.08.2017 / 05:01
0
answers

datepicker loses formatting and mouse icons

Personal I'm implementing the Datepicker with date and time (default pt-br) I'm using the component that is in this link: link Reading the manual I used Nuget to install the components Install-Package Bootstrap.v3.Datetimepicker I c...
asked by 20.01.2017 / 21:30
1
answer

Problem with Background Image using Bootstrap 3

I'm having trouble displaying the background image when the site is accessed by Chrome on my smartphone, the PC displays normally (responsive). HTML <!DOCTYPE HTML> <html lang="pt-br"> <head> <meta charse...
asked by 28.04.2016 / 20:33
1
answer

Error using glyphicon with bootstrap-sass

Good afternoon, I'm trying to work with bootstrap-sass and sass , but when I include an icon in my class, nothing happens. I do not know if this is the case but for the backend I'm using django 1.9. @import "../vendor/boo...
asked by 16.01.2016 / 18:32
0
answers

tabs dynamically jquery

Good is the following I am using the datatables and when I click a value opens a modal. I just wanted to put this open in a new tab and I do not know how to do it. I would for example main tab clients where I have a form to search and show th...
asked by 20.10.2015 / 12:43
1
answer

Insert colored markers in datepick using angularjs, ui-bootstrap

How do I insert colored markers in datepick using AngularJS and ui-bootstrap ? Page: <!doctype html> <html ng-app="app"> <head> <meta charset="UTF-8"> <script src="//ajax.googl...
asked by 15.12.2015 / 19:25
2
answers

JSF2 tags do not work inside a Bootstrap tag [closed]

I created a Java Web project that is using JSF2 + Bootstrap, both the CSS file and Bootstrap are correctly configured in my project, and in previous project Web Java was always responsible for the Back End part, only now I'm starting to learn th...
asked by 27.08.2015 / 16:29