Questions tagged as 'html'

2
answers

How to keep 2 elements on the same line Grid bootstrap 4

What I need is this: WhatItriedtodowiththeknowledgeIhaveinbs4andgridwasthis: <div class="card-body"> <h5 class="card-title">Pizzaria 1</h5> <hr class="ml-3 mr-3"> <div class="row no-gutters"> <...
asked by 17.03.2018 / 05:08
1
answer

How do I make an alert near the return date?

I'm developing a library system for an institution, but I'm having trouble alerting when the return date is near or leaving the fields in red when a student does not deliver the book on a given day. Controller <?php namespace App\Http...
asked by 15.03.2018 / 06:47
1
answer

Change a clone's style

I have a button that when clicked, it creates a square on the screen, which is a div 100x100, like red background. For each click to appear a new square, I used container.appendChild(clone) being var clone = quadrado.cloneNode(true)...
asked by 13.06.2018 / 02:19
1
answer

Change values according to the selected option

I have a table of plans here, and it has 5 columns, for 5 plans obviously. In each column there is a select to choose the periodicity of each plan. According to the option selected in this select, it should change the value that is being d...
asked by 12.06.2018 / 20:01
1
answer

Format sum result with comma - Jquery

I'm making a sum of all values for a column in a table. Returning par to html, is being returned without the comma. How can I make the comma appear in the second house? var valor_recibo = 0; $(".valor_recibo").each(function() {...
asked by 12.06.2018 / 02:49
1
answer

Place space between two bootstrap columns

The Bootstrap columns that fall within div with the .row class are pasted ( link ). But I'd like to "strip" them somehow, putting a spacing between them at least 20px. I have tried with css (using margin in column class: link )...
asked by 07.03.2018 / 17:50
2
answers

Delimit table within a modal with css

I have a modal that shows a table with some additional information from another table (I'll call it tableP ), the problem is that tableP has many items, which makes it relatively large, and the table that is in the modal is generated from it, m...
asked by 07.03.2018 / 17:20
1
answer

Lines and columns in html

I can not get the columns to be on the same line, I'm using the code below, but the columns come out side by side, and I want it to stay on the same line. <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="U...
asked by 07.03.2018 / 16:33
2
answers

Change bgcolor according to class

For now I do not have much knowledge in JS and I would like to ask a question ... I need to change bgcolor according to the 'active' class. For example: "if the active class is in conjunction with 'banner-bg-1', the color of the body will be...
asked by 09.03.2018 / 12:16
2
answers

error: Uncaught (in promise): Error: Value must be an array in multiple-selection mode

Doing a compareWith, for the purpose of when I edit, the dropdowns may already be filled with the assigned values. By doing this, I get this error:    Uncaught (in promise): Error: Value must be an array in   multiple-selection mode. I ho...
asked by 01.08.2018 / 21:27