09/08/2011, 10:52
|
| | Fecha de Ingreso: agosto-2011
Mensajes: 2
Antigüedad: 13 años, 4 meses Puntos: 0 | |
Respuesta: Agregar datapicker a formulario dinamico fie es un contenedor efectivamente
fi = document.getElementById('exp'); // 1
fie=document.createElement('fieldset');
inicio=document.createElement('<input type="text" class="date-pick" id="fechai[]" name="fechai[]" value=" <?PHP echo date("Y-m-d")?>" />');
fie.appendChild(inicio);
fi.appendChild(fie); |