问答详情
源自:2-3 默认配置参数设置及扩展

Uncaught TypeError: Cannot read property 'attr' of undefined

var setting=this.poster.attr("data-setting");为什么Uncaught TypeError: Cannot read property 'attr' of undefined 出现这个问题哦

提问者:_蔡蔡 2015-11-05 11:19

个回答

  • 烽子
    2015-11-05 16:44:53
    已采纳

    弄清楚this.poster  它是不是一个jquery 类,如果它不是,那么它就不会有 attr的成员方法,所以会给你提示这个错误

  • _蔡蔡
    2015-11-05 11:23:21

    http://img.mukewang.com/563acb8e00012aa510170699.jpg老师快来,一直卡在这里了~~求助

  • _蔡蔡
    2015-11-05 11:21:52

    我在做的时候 出现了这个问题,http://img.mukewang.com/563acb4a0001e7cd07890170.jpg