码迷,mamicode.com
首页 > Web开发 > 详细

js报错 Uncaught TypeError: xxxx.each is not a function

时间:2018-01-17 13:48:59      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:post   遍历   fun   erro   style   error:   col   错误   span   

在处理ajax返回的json数组时错误的使用了 

list.each(function(){
            
        });

实际上当遍历json数组是应该使用

    $.each(list,function(index,course){
        
    });

 

js报错 Uncaught TypeError: xxxx.each is not a function

标签:post   遍历   fun   erro   style   error:   col   错误   span   

原文地址:https://www.cnblogs.com/fanwenhao/p/8302028.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!