首页 > responsive tables 插件在项目中不起作用,引用的包和代码完全一样,会是什么原因造成的?

responsive tables 插件在项目中不起作用,引用的包和代码完全一样,会是什么原因造成的?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <link href="http://apps.bdimg.com/libs/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">
<link href="rwd-table.min.css" rel="stylesheet" type="text/css" />
<script src="http://libs.baidu.com/jquery/1.10.2/jquery.min.js">
</script>
<script src="rwd-table.min.js">
</script>
<title>无标题文档</title>
</head>

<body>
     <div class="table-responsive" data-pattern="priority-columns">
        <table class="table table-bordered table-hover">
            <thead>
                <tr>
                    <th>创建人</th>
                       <th data-priority="1">箱号</th>
                    <th data-priority="2">费用</th>
                    <th data-priority="3">审核</th>
                    <th data-priority="4">预算</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <th>徐瑶</th>
                    <th>608119</th>
                    <th>521</th>
                    <th>未审核</th>
                    <th>123</th>
                </tr>
            </tbody>
        </table>
     </div> 
</body>
</html>



是不是jquery版本太低了,看看控制台有没有错误提示

【热门文章】
【热门文章】