I have a form where the user can dynamically add fields (clone and increasing index). I use the sheepit plugin for doing this. You don t need to dig into this plugin to answer this question.
<>Inside,本加固田地(将受到装饰和增加指数),具有提醒元素贴现的选定要素(根据投入,它分布不同田地,但可以加以比较说明)。 核查和视察部为这一职能制定了简化的法典。
问题在于,如果用户增加额外领域(1.),则“变换”活动与新的创建领域没有约束力。 因此(2.)没有为新的领域工作。
如果与Javascript合用,并在html上添加交换活动,这将发挥作用。
How can i do this with jquery?
在这里,最简单的法典:
change()
$(document).ready(function() {
$( .viewSelector ).change(function()
{
//GET THE ID
var idint = $(this).attr( name );
alert(idint);
});
});
仅在新创建的领域中,我才希望发挥这一职能。