How can i get the Id of the input field added on the fly? My script adds the input fields on click on the button , using
var ix = 1;
$(template2(ix++)).appendTo("#dataTable tbody");
var template2 = jQuery.format($("#template2").val());
我在插入新领域之后,也添加了这一条,这样,它就把Watch添入了所有电子邮件类别。
$(".email").typeWatch( { highlight:true, callback:function(){alert("changed search text"); }, wait:750 } );
现在,在“反馈职能”中,我想获得投入领域类型中的一流。 警报会启动。
请提出咨询意见。
增 编