我没有li
类名为 as 的元素c_on
,我需要获取所有 thisli
的属性并需要推入数组。为此,我确实喜欢这个,但没有结果,有人知道这样做的好方法吗?
var pushEmpl = [];
pushEmpl.push($('.demographics').find('ul.ocptn').find($('li.c_on')).each(function(){ return $(this).attr('data-ocp')}));
但它没有得到结果。还有其他方法可以推动这个吗?