Questions tagged as 'bootstrap'

1
answer

Fill array with ZERO in null spaces, (python / django)

The problem is in the parts marked in red , I can not assign zeros to it. According to model: ThecodesnippetthatI'mgeneratingthistable: * Note: The selection of this period may vary according to the selection: (eg 2016 until 2017/201...
asked by 12.10.2017 / 20:23
2
answers

How to make tables with BUTTONS with different ids for function javascript

Good afternoon I'm setting up a table with the following code <table align="center" cellpadding="10" id="user_table" class='table table-striped table-advance table-hover'> <tr> <th>NOME</th> <th>C.P.F.</th>...
asked by 18.09.2017 / 20:59
2
answers

How to make a text box appear when selecting a select option

Hello, I'm developing a website, and I wanted it when the user selected the OTHER option, open a text box for him to type, but I can not, can anyone help? function mostraCampo(this) { var select = document.getElementById('instituição')...
asked by 06.09.2017 / 01:10
1
answer

Navbar bootstrap hides items but does not show when clicked

The grouping works when I lower the window, it puts all the menu items hidden and shows the button with three "-", but when I click the button it does not show the hidden menus, it only reappears if I increase the screen again to a size that fit...
asked by 04.08.2017 / 20:04
0
answers

How to make Bootstrap work in the Theme options - ADMIN

I can not make Bootstrap work on the Settings API options in my WordPress theme. I've added in admin_enqueue_scripts action along with other JS and CSS Wp_register_style ('custom_wp_admin_css', get_template_directory_uri (). '/css/bo...
asked by 23.08.2017 / 19:44
0
answers

Finding error in my css by NETBEANS

My code is displaying the following problem in css (IMAGE ERROR MESSAGE) The code with error does not interfere and I can run my site normally even with the error in css. @supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform...
asked by 19.07.2017 / 19:00
1
answer

Refresh in attr date to show on popover bootstrap

I have a table that has a td with the following code: .append($("<td class='popOverStatusAlmo' data-container='body' data-toggle='popover' data-placement='top' data-content='" + this.StatusAlmoxarifado + "' style='color:red'&g...
asked by 16.08.2017 / 15:13
1
answer

Page content offset when closing modal bootstrap

I'm having the following problem when opening a link in a modal on my page and closing it the contents of the main page is shifted to the left, whenever the modal is opened and closed the content moves, I do not know why This happens, I apprecia...
asked by 16.08.2017 / 16:15
1
answer

Aligning two divs in a Modal

I'm having a question for aligning two divs using Bootstrap. <div class="info-suporte col-sm-8"> <table class="table"> <thead> <tr>...
asked by 29.08.2017 / 04:21
1
answer

How to leave my content on the sidebar and not behind?

Imademysidebarresponsiveincss,however,thecontentwasleftbehind,howdoIleaveitaside /*MENU*/ #bs-sidebar-navbar-collapse-1 { width: auto; height: 100%; overflow-y: hidden; background: #1f262d; font-family: "Open Sans", sans-seri...
asked by 14.06.2017 / 17:44