Cita:
Iniciado por beeman00 Claro que hay forma:
Código Javascript
:
Ver original$('#addScnt').live('click', function() {
$('<p><label for="p_scnts"><input type="text" id="p_scnt" size="20" name="p_scnt_' + i +'" value="" placeholder="Input Value" /><input type="text" id="p_scnt" size="20" name="p_scnt_' + i +'" value="" placeholder="Input Value" /><input type="text" id="p_scnt" size="20" name="p_scnt_' + i +'" value="" placeholder="Input Value" /></label> <a href="#" id="remScnt">Remove</a></p>').appendTo(scntDiv);
i++;
return false;
});
Pero no entiendo porque la gente aun sigue usando live si el mismo JQuery ya lo dio por deprecado traten de usar el
on o el
delegate