why is console.log not working inside .each?

后端 未结 2 1809
庸人自扰
庸人自扰 2021-01-15 03:37

I tried doing the following:

$(\'.not-following\').each(function(i, obj) { 
      console.log(\'test\');
});

for some reason it keeps on pr

2条回答
提交回复
热议问题