Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/03/2018, 02:55
Avatar de Fuzzylog
Fuzzylog
 
Fecha de Ingreso: agosto-2008
Ubicación: En internet
Mensajes: 2.511
Antigüedad: 15 años, 8 meses
Puntos: 188
Respuesta: Remover input con removeChild

function quitar() {
$("#concep").children("p:first").remove();
}

//otra cosa es saber cuando llamas al método 'quitar'
__________________
if (fuzzy && smooth) {
fuzzylog = "c00l";
return true;
}