函数触发器,但不知何故不会更新这些部分

时间:2018-07-16 14:45:57

标签: jquery

我将函数称为:

$("check").on('change',function() {

   function sorting() 
   do the ajax call and after the success:
   $("#check").trigger("change");
}

但是它不正确地触发,有时,如果有50条记录,则执行ajax操作后,它会显示75条或更多记录

我在这里做错了什么?

1 个答案:

答案 0 :(得分:0)

您的jQuery选择器是否缺少ID名称?

SQL Server Network Interfaces: The specified LocalDB instance does not exist.