Good morning, with everyone, if at some time, you were asked to develop a form with many input, I propose this solution Jquery and JavaScript and of course you send it by Ajax .
var config = {};
//--->> calcular cuantos input t...
Well, that is, I am trying to place two checkbox one below the other, that if I got it, but I want that consequently, next to it appears a input that occupies the size of the two checkbox .
link
<td>
<tr>
&...
I have a question that I hope you can help me with.
I'm doing a basic program with VFP 9.0 and I want to change the text of a TextBox with the spacebar , I mean:
In a job I had we used a system that by pressing the space bar in a fiel...
On my website I have two sections: compras and ventas
Each with a different layout . In each one the user can consult his personal data and modify them, the case is that when he is showing the same information I would be i...
I am trying to send the data of a form to an email but it does not send them to me
It shows me up to the second alert. I'm sending.php and nothing appears. Can you help me?
contacto.php
<!DOCTYPE html>
<html lang="en">...
I want to convert the first text box to uppercase and lowercase, according to my function, but I do not know how to have the result printed in the text box below.
Every time I click on the button, the page is reloaded and the text in the box is...
Quick Problem:
I have a DropDownList that contains data with different special characters (',', ç ...) and I have to pass the DropDownList.SelectedItem.Text to a OracleComand cmd to then pass the cmd to OracleDataR...
I need to make a script in PHP7 that generates a table of 10x10 and that in the diagonal is formed by ones and the rest by zeros. I've been documented and here describes how to get it out of a database data, however I do not know how to give t...
I'm trying to make an input a calendar type to select a date, but the console always shows me the error:
Uncaught TypeError: $(...).datepicker is not a function
This is the code I have for the scripts and the css:
<link rel="stylesheet...
In a form I have a cycle that generates 3 radiobuttons and assigns the Id and the name they have in the database
@foreach($type as $t)
<div class="custom-control custom-radio">
{{Form::radio('incapacityType',$...