level 1
Qtee👻
楼主
<script type="text/javascript"
src="<%=request.getContextPath()%>/bootstrap/jquery-1.11.3.js"></script>
<script type="text/javascript"
src="<%=request.getContextPath()%>/bootstrap/js/bootstrap.js"></script>
<link rel="stylesheet" type="text/css"
href="<%=request.getContextPath()%>/bootstrap/css/bootstrap.css" />
为什么说
$(...).bootstrapTable is not a function!!
2015年12月24日 09点12分
1
src="<%=request.getContextPath()%>/bootstrap/jquery-1.11.3.js"></script>
<script type="text/javascript"
src="<%=request.getContextPath()%>/bootstrap/js/bootstrap.js"></script>
<link rel="stylesheet" type="text/css"
href="<%=request.getContextPath()%>/bootstrap/css/bootstrap.css" />
为什么说
$(...).bootstrapTable is not a function!!