TypeError: 'undefined' is not a function (evaluating '$')" />
当前位置: 代码迷 >> Ruby/Rails >> TypeError: 'undefined' is not a function (evaluating '$')
  详细解决方案

TypeError: 'undefined' is not a function (evaluating '$')

热度:233   发布时间:2016-04-29 02:15:29.0
出现TypeError: 'undefined' is not a function (evaluating '$')错误
  今天周天,要加班。来公司后,遇到一个问题,如题,

TypeError: 'undefined' is not a function (evaluating '$')

然后遇到这个问题,属于js问题,根据以往的经验,首先要看js语法有没有错误,查看了下,没有错误。

最后,就要考虑是不是没有导入jquery包,发现确实没有导入:<script src="${webAppUrl}/common/scripts/jquery.easyui.min.js" type="text/javascript"></script>

这个包,导入之后,完美解决问题~

  相关解决方案