Questions tagged as 'autonumeric'

1
answer

Add new input with autoNumeric class

I have my code: var tr = '<tr class="tr_new">'; tr +='<td><input type="text" name="txt_comi_cond1[]" class="moneda" size="10"></td>'; tr +='<td><input type="text" name="txt_comi_cond2[]" class="mone...
asked by 14.03.2017 / 01:10
2
answers

Generate consecutive id number with annual restart in PHP

I have the following code, <?php session_start(); /* Inicia validacion del lado del servidor */ if (empty($_POST['sheets'])) { $errors[] = "Hojas vacío"; } else if (empty($_POST['title'])) { $errors[] = "Asunto vacío";...
asked by 03.10.2017 / 23:34