Visual Studio 2008中的JScript错误

编程入门 行业动态 更新时间:2024-10-24 10:25:03
本文介绍了Visual Studio 2008中的JScript错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

大家好。 我在VS2012的一个项目中工作,在我的登录页面中,我使用JQuery脚本对某些图像产生一些效果,而在VS2008中它完美运行。 我将所有项目都传递给了VS2008并且项目运行正常,除了登录,我发生了以下错误: Microsoft JScript运行时错误:''$''未定义 我怎么解决它?问题是在调试时,当我从服务器启动项目时我没有问题。 提前致谢 一些代码:

Hello to all. I was working in a project with VS2012, in my log-in page I was using a JQuery Script to make some effects over certain images, and in VS2008 it works perfect. I passed all the project to VS2008 and the project works perfectly, except for the Log-in, there I''m having the following error: Microsoft JScript runtime error: ''$'' is undefined Any idea of how can I solve it? The problem is when debugging, when I start the project from the server I have no problems. Thanks in advance Some Code:

<script src="./Scripts/jquery-1.7.js" type="text/javascript"></script> <script src="./Scripts/jqFancyTransitions.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready( function () { $('#slideshowHolder').jqFancyTransitions({ width: 394, height: 144 }); } );

推荐答案

''未定义 我怎么解决它?问题是在调试时,当我从服务器启动项目时我没有问题。 提前致谢 一些代码: '' is undefined Any idea of how can I solve it? The problem is when debugging, when I start the project from the server I have no problems. Thanks in advance Some Code: <script src="./Scripts/jquery-1.7.js" type="text/javascript"></script> <script src="./Scripts/jqFancyTransitions.js" type="text/javascript"></script> <script type="text/javascript">

(document).ready( function(){ (document).ready( function () {

('#slideshowHolder')。jqFancyTransitions({width:394,height:144});
} ); ('#slideshowHolder').jqFancyTransitions({ width: 394, height: 144 }); } );

更多推荐

Visual Studio 2008中的JScript错误

本文发布于:2023-11-09 05:37:53,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1571518.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:错误   Studio   Visual   JScript

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!