如果checkbox名称是带索引的数组,如何只获取一条自定义jquery验证消息,并将其发送到上面的<div>元素中。<div class="error">Error will show here</div>
<input type="checkbox" value="0" name="is_appraisal[0]"class="is_appra
然后将该函数绑定到css类为hourmin的每个textbox。我认为我正朝着下面的正确方向前进,但我不确定如何完成它。$(".hourmin").change(function () {
//apply this validation call to the textbox which has .hourmin