Questions tagged as 'bootstrap'

1
answer

how to format weights in boostrap?

this is the code with the table showing <table id="table2" ng-init="loadData()"data-height="430" data-click-to-select="true"data-search="true"> <thead> <tr>...
asked by 15.12.2016 / 22:55
3
answers

Create Sticky DIV at the bottom of the screen

I would like to create a sticky div (I think that's what they're called) that is always at the bottom of the screen, I'm using the floating panels of the "Lobipanel" library and I want to create a container for one of these panels that is always...
asked by 16.03.2017 / 17:17
2
answers

Collapse with Bootstrap 3 and jQuery does not work

Currently I have several pages that have the same collapse, but it only works when on the first page, when I change the menu option it does show but it does not perform the hide. Thank you. <html> <head> <meta c...
asked by 16.03.2017 / 15:40
1
answer

Disable button

I want to click on a h:commandButton that is within a modal of bootstrap disable a button that is inside a panel. I tried to do it with
asked by 07.05.2016 / 22:36
2
answers

Modal Bootstrap is only shown once as modal

I work in an ASP MVC application, I have the need to show an image in a Modal window using bootstrap, the modal window will be called from a cell in a table, this is my HTML to shoot the modal: <td class="celda"> <!--Aqui es donde m...
asked by 25.04.2016 / 18:18
1
answer

Collapsar tree liul

This code is not mine, I found it on the internet, I would like to know how I can make it appear collapsed. Bootstrap 3.0 tree $(function () { $('.tree li:has(ul)').addClass('parent_li').find(' > span').attr('title', 'Collapse...
asked by 19.12.2018 / 19:08
1
answer

error Popovers Bootstrap

Good afternoon I use the following code to show a popovers with a form, but when calling the function, it performs a line break without executing the function and does not show anything. Thanks in advance <script src="https://code.jquery.co...
asked by 25.11.2018 / 23:18
1
answer

Carousel in bootstrap

Someone can tell me what the carousel fails to visualize well, but it does not change to the next slider in the indicator. <!-- TESTIMONIALS --> <section class="testimonial"> <div class="testimonial-overlay">...
asked by 28.11.2018 / 09:36
1
answer

Status of colors for inventories, PHP and JS

An inventory system is being developed, where after registration they appear in a table. In the registration form you must specify quantity , reorder_level (cantidad minimima) , 'target_Stock (maximum amount). By certain proce...
asked by 28.11.2018 / 23:38
2
answers

HTML + CSS: the gray background reaches down

I would like the gray background to come down to the bottom. body,html{ height: 100%; } nav.sidebar, .main{ -webkit-transition: margin 200ms ease-out; -moz-transition: margin 200ms ease-out; -o-transition:...
asked by 12.12.2016 / 18:28