今天周天,要加班。来公司后,遇到一个问题,如题,
TypeError: ‘undefined‘ is not a function (evaluating ‘$‘)
然后遇到这个问题,属于js问题,根据以往的经验,首先要看js语法有没有错误,查看了下,没有错误。
最后,就要考虑是不是没有导入jquery包,发现确实没有导入:<script src="${webAppUrl}/common/scripts/jquery.easyui.min.js" type="text/javascript"></script>
这个包,导入之后,完美解决问题~
出现TypeError: 'undefined' is not a function (evaluating '$')错误
时间: 2024-10-10 05:23:24