你如何在MVC中使用JTable? [英] How do you use JTable in MVC?

查看:98
本文介绍了你如何在MVC中使用JTable?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在这里完全按照教程,但我一直收到这个错误:



0x800a01b6 - JavaScript运行时错误:对象不支持属性或方法''jtable ''



知道怎么解决吗?



这是我的标题:

I follow the tutorial here exactly but I keep getting this error:

0x800a01b6 - JavaScript runtime error: Object doesn''t support property or method ''jtable''

Any idea how to resolve it?

Here is my header:

<script type="text/javascript" src="/Scripts/jquery-1.8.3.js">
       </script>

       <script type="text/javascript" src="/Scripts/jquery-ui-1.9.2.js">
       </script>

       <link href="/Scripts/jtable/themes/standard/green/jtable_green.css"
             rel="stylesheet" type="text/css" />

       <script type="text/javascript" src="/Scripts/jtable/jquery.jtable.js">
       </script>

推荐答案

显然,这些文件中的任何一个都不存在,或者您的代码是错误的。浏览器无法告诉您正在使用MVC,而且事实上,您编写客户端脚本的方式没有区别
Clearly either one of these files is not there, or your code is just wrong. The browser cannot tell you''re using MVC, and the fact that you are, makes no difference to how you write client side script


这篇关于你如何在MVC中使用JTable?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆