Comunidad de diseño web y desarrollo en internet online

LIMPIAR CAJAS DE TEXTO

Citar            
MensajeEscrito el 21 Ago 2017 02:28 pm
HOLA COMO ESTAN TENGO EL SIGUIENTE PROBLEMA TENGO UN FORMULARIO EN EL CUAL QUIERO QUE MEDIANTE UN BOTON SE LIMPIEN LAS CAJAS DE TEXTO.
LO HICE DE ESTA FORMA

$("#limpiar").click(function(event) {
$("#form_agrega_items")[0].reset();
$('.ncaso_').val("0");
});

no funciona, solo funciona si le doy dos veces clic y solo quiero que funcione con un clic, creo q el problema es: una de las cajas de texto es una clase bueno ese es mi problema noce si alguien puede colaborarme con

<input type='text' class='ncaso_' data-data='casos_cerrados.php'
data-search-in='rcpn_ncaso' data-search-by-word='true'
data-visible-properties='["rcpn_ncaso", "rpt_cod_fonetico"]'
data-selection-required='true'
data-value-property='*' data-min-length='1' name = 'ncaso_'/>

Por daylove100pre

0 de clabLevel



 

chrome
Citar            
MensajeEscrito el 21 Ago 2017 03:35 pm
Agrega un id

<input type='text' class='ncaso_' id='micaja' ...

Usa el id

$('.#micaja').val('');

Lo del form supongo que apuntas a un form, pero le estas haciendo reset al elemento 0 en vez de al form ... si le haces reset a todo el form no hace falta resetear individualmente un campo

Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.