无法读取未定义的属性“相扑”
Posted
技术标签:
【中文标题】无法读取未定义的属性“相扑”【英文标题】:Cannot read property 'sumo' of undefined 【发布时间】:2020-03-21 20:47:21 【问题描述】:我有一个 sumoselect 字段,其中包含多个活动选项。输入已正确加载并且可以正常工作。我的方法有问题。我收到未定义的错误Uncaught TypeError: Cannot read property 'sumo' of undefined
。
例如这有效
$('.js-selectsumo-filter').SumoSelect();
这会返回错误
$('js-selectsumo-filter')[0].sumo.unload();
.
Sumoselect.js 首先被初始化,然后我调用我的自定义 js 文件。我正在使用 jQuery 3.3.1。
$('.js-selectsumo-filter').SumoSelect(
placeholder: placeholder,
csvDispCount: 5,
selectAll: false,
search: true
);
【问题讨论】:
【参考方案1】:我已经设法找到了一个解决方案,如何在没有点击功能的情况下调用方法,如文档中所示。
$('.your-class-or-id').SumoSelect().sumo.selectItem('test');
selectItem 可以换成任何其他可用的方法。
【讨论】:
以上是关于无法读取未定义的属性“相扑”的主要内容,如果未能解决你的问题,请参考以下文章
带有 Ionic 4 的 SQLite?无法读取未定义类型错误的属性“then”:无法读取未定义的属性“then”
NextJS:未捕获的类型错误:无法读取未定义的属性(读取“属性”)