I need to set an option to number (just like in input type="number"). Because I need the final form (ReactiveForms type) to be sent a number for that value and not a string. I have tried to transform in many ways, but none of them right.
Here...
Hello, I have a small problem, the table gets one more column, I looked for the error and read the code several times and nothing to solve
If anyone can help, thank you
<table>
<tr>
<?
$table = 'Products';
$col...
I created a form, where I have a SELECT with three options, and when selecting them, jquery displays different form options with their respective contents (there are three DIVs with hide class to hide them). The problem is that when submitting t...
I do not understand javascript and not to know how to search to make a button that when tight zerosse my counter which is a global variable
<form id="btn" method="get">
<input type="submit" name="submit" value="zerar"onclick="submit()...
I need to make the table row change to a particular color based on the value contained within the 'td' tag.
All the functions I have found so far have not been useful to me since I tried to implement it in my code and I did not succeed....
I have a form already formatted in CSS and HTML. How do I receive the data entered on the form after filling in?
I do not understand much about PHP.
<form class="w3-container" id="contato">
<p>
<label><b>Nome<...
I have a bootstrap collapse which is the following code already modified.
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">...
I'm trying to integrate a python script with an HTML table
How can I do this?
Follow my table.
<table data-spy="scroll" class = "table-responsive-sm" id="table-prem" >
<thead>...
I created a class to be able to apply the CSS, I already changed the positioning from relative to absolute and however it continues as it is in the photo. I need the bar not to overlap the map and the map to take up the entire width of the...
Well, I was getting caught in my code always giving offset error and things like that, when I discovered that somehow my array is not coming full.
I have a form, where it is fed according to the results of the database.
<?php
$Despesas =...