简体   繁体   English

jquerymobile js文件蚀中的错误

[英]error in jquerymobile js file eclipse

I'm trying to create a phonegap project using mds aplusdu plugin on eclipse. 我正在尝试使用eclipse上的mds aplusdu插件创建一个phonegap项目。 but the problem is that I can't run my application because of an error in these files 但问题是由于这些文件中的错误,我无法运行我的应用程序

jquery.mobile-1.1.0.js jquery.mobile-1.1.0.js

jquery.mobile-1.1.0.min.js jquery.mobile-1.1.0.min.js

I tried to download another edition of this js files but I faced the same error. 我试图下载该js文件的另一个版本,但遇到了同样的错误。

I tried to Uncheck "Enable JavaScript semantic validation" but it doesn't work. 我试图取消选中“启用JavaScript语义验证”,但是它不起作用。

   switch ( d ) {
                    case ".":
                        break;
                    case "..":
                        if ( absStack.length ) {
                            absStack.pop();
                        }
                        break;
                    default:  //here is the error
                        absStack.push( d );
                        break;
                }

the error is : 错误是:

The default case is already defined 默认情况已经定义

How to exclude a Javascript file from Javascript Validation in Eclipse - Check for Solution. 如何在Eclipse中的Javascript验证中排除Javascript文件 -检查解决方案。 I hope you can get solution. 希望您能找到解决方案。 Repeated Question 重复问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM