在此文档中:http: //knockoutjs.com/documentation/foreach-binding.html迭代是使用“foreach”绑定实现的:
<tbody data-bind="foreach: people">
是否可以通过 javascript/jquery 访问此绑定的大小?
就像是 :alert('People size is '+people.size);
我需要访问大小才能进行简单的验证检查。
在此文档中:http: //knockoutjs.com/documentation/foreach-binding.html迭代是使用“foreach”绑定实现的:
<tbody data-bind="foreach: people">
是否可以通过 javascript/jquery 访问此绑定的大小?
就像是 :alert('People size is '+people.size);
我需要访问大小才能进行简单的验证检查。