本文介绍了J表在我的机器中不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
!-- Starts -->
<script src="./content/jquery-ui-1.10.4/ui/jquery-ui.js" type="text/javascript"></script>
<script src="./content/jquery-ui-1.10.4/tests/jquery.js" type="text/javascript"></script>
<!-- ends -->
<!-- Include one of jTable styles. -->
<!-- <link href="./content/jtable.2.4.0/jtable.2.4.0/themes/metro/blue/jtable.min.css" rel="stylesheet" type="text/css" />
<link href="./content/jtable.2.4.0/jtable.2.4.0/themes/jqueryui/jtable_jqueryui.css" rel="stylesheet" type="text/css" />
-->
<link href="http://www.codeproject.com/Scripts/jtable/themes/metro/blue/jtable.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://www.codeproject.com/Scripts/jtable/jquery.jtable.js"></script>
<!-- Include jTable script file. -->
<script src="./content/jtable.2.4.0/jtable.2.4.0/jquery.jtable.min.js" type="text/javascript"></script>
<script src="./content/jtable.2.4.0/jtable.2.4.0/jquery.jtable.js" type="text/javascript"></script>
i am使用以下URL仍然无法正常工作,请帮助解决此问题
i am using the following URLS still not working,Please help on this
推荐答案
这篇关于J表在我的机器中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!