It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center。
已关闭8年。
因此,我尝试使用rightjs的自动完成器(http://rightjs.org/ui/autocompleter),但是在将其加载到Web浏览器中时,在第112行出现“未捕获的TypeError:未定义不是函数”的提示。我的代码:http://paste.pocoo.org/show/409248/
已关闭8年。
因此,我尝试使用rightjs的自动完成器(http://rightjs.org/ui/autocompleter),但是在将其加载到Web浏览器中时,在第112行出现“未捕获的TypeError:未定义不是函数”的提示。我的代码:http://paste.pocoo.org/show/409248/
最佳答案
我的猜测是,您没有在right-autocompleter.js之前包含right.js,因为它抱怨RightJS.Class不是一个函数,如果在RightJS对象中未定义Class则为true。
09-12 00:39