Questions tagged as 'html'

1
answer

How to separate the HTML from the Java code of connection to the bank?

I have a database and an html code that finally managed to make a connection but the code is a bit messy because it mixes html with java and mysql ... Here's an example: <%@page import="java.io.*,java.sql.*" %> <% Class.forNa...
asked by 22.12.2018 / 19:09
1
answer

CSS Effect: Floating label on Form does not work without attribute required

I'm using the floating effect on a form to move the label when the user clicks on input or select . The problem is that the feature only works if the required attribute is present. Which is a problem since not all fields a...
asked by 07.12.2018 / 18:33
1
answer

How to add and remove rows and columns in html table with jquery

I have a table where I allow the user to insert / remove lines when I find it necessary, but what I need and can not adapt is to insert a block of Columns and Lines, but without success, I will try to show what I have. I have this table: I'm...
asked by 10.12.2018 / 19:05
1
answer

As per two values in highcharts

I have created a chart with highcharts where I need to know the percentage of financial input and output. <div id="container" style="min-width: 410px; height: 500px; max-width: 600px; margin: 0 auto; margin-top: 25px"></div> <s...
asked by 12.12.2018 / 20:46
1
answer

PHP / HTML Calendar - How to break table in 7 columns

I'm trying to build a calendar in HTML and PHP, but I'm having some difficulties, one of them is, how do I break the table into seven columns in one instead of putting every day of the week straight? Follow my code so far. <?php functio...
asked by 12.12.2018 / 03:37
2
answers

Relate Check Boxes with Radio Buttons

I'm with a project where I have to put occurrences. This is a project from a school. Then the occurrences would be like this: An occurrence would be a warning or a suspension, and its causes, that is, it messed up in a room, cursed a teacher, di...
asked by 05.05.2014 / 18:07
1
answer

Date field only gets the previous date selected

I am trying to get the date value in the field using the bootstra-datepicker , but it only takes the date selected. For example: if you chose date 04/12/2018 and I choose the date 05/12/2018 it takes the date 04 / 2018 and not the one...
asked by 04.12.2018 / 22:45
1
answer

DIV resize after being clicked

Hello! I have a page with several DIVs. which are several different news. these DIV so in a size of 300px by 250px,  I would like to know how I can by clicking on any of these div it resizes on the screen and gets bigger, making it appear all...
asked by 01.12.2018 / 22:18
1
answer

update the div with the checked-in checkbox value

Let's get right to the subject, thank you in advance. const inputs = [...document.querySelectorAll("input[name='nomes[]']")]; const res = document.getElementById("resultado"); inputs.forEach(x => x.addEventListener("change", ()=>...
asked by 30.11.2018 / 16:20
1
answer

CSS Customization with jQuery

I'm developing a website and needed a help on a question: I am making 6 cards with some titles and when I click on a card, it makes a request Ajax fetches some information from the service just below the specific card. This is just a brief...
asked by 29.11.2018 / 15:08