/**********************************************************************
* jQuery.Deferred exception: $.get is not a function TypeError: $.get is not a function
* 说明:
* 使用bootstrap的时候,遇到这个错误,是jquery库的问题。
*
* 2018-3-28 深圳 宝安西乡 曾剑锋
*********************************************************************/ 一、参考文档:
. JQuery: $.get is not a function
https://*.com/questions/1956719/jquery-get-is-not-a-function 二、解决方法:
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
改为:
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
相关文章
- 09-20c get char * str size via strlen() function and convert char *str to char array
- 09-201.5-function [flag,W_TW,W_Pa,C_Pa,C_TW] = Get_WaittingChangePath(DT,map,Pa,TW)功能代码
- 09-20QT4.8.6之qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error
- 09-20Get Version is the first function is called?
- 09-20could not find function "get_geo_position"
- 09-20python – Django / DRF应用程序收到AttributeError:’function’对象没有属性’get_extra_actions’
- 09-20jQuery.Deferred exception: $.get is not a function TypeError: $.get is not a function
- 09-20php报错:Call to undefined function get_magic_quotes_gpc()
- 09-20【Azure 应用服务】Azure Function App 执行PowerShell指令[Get-Azsubscription -TenantId $tenantID -DefaultProfile $cxt]错误
- 09-20laravel 框架中定义公共函数, 例如文件function.php中的get_ip()方法, 报错 Call to undefined function App\\Services\\get_ip();