I am developing application in ASP.Net MVC 5 with jquery mobile 1.4.5. I have downloaded JQuery mobile 1.4.5 package and copied all related files in Script and Content folder.
我正在使用jquery mobile 1.4.5在ASP.Net MVC 5中开发应用程序。我已经下载了JQuery mobile 1.4.5软件包并复制了Script和Content文件夹中的所有相关文件。
Now when I am running application, it is showing ajax-loader.gif on every page. in middle of the page.
现在,当我运行应用程序时,它会在每个页面上显示ajax-loader.gif。在页面中间。
I am unable to find out the reason, why it is showing ajax-loader.gif.
我无法找出原因,为什么它显示ajax-loader.gif。
Any help?
1 个解决方案
#1
2
The bug produced because I added both jquery.mobile-1.4.5.js and jquery.mobile-1.4.5.min.js in the project.
因为我在项目中添加了jquery.mobile-1.4.5.js和jquery.mobile-1.4.5.min.js而产生的错误。
I removed the minified version and everything is running fine.
我删除了缩小版本,一切正常。
#1
2
The bug produced because I added both jquery.mobile-1.4.5.js and jquery.mobile-1.4.5.min.js in the project.
因为我在项目中添加了jquery.mobile-1.4.5.js和jquery.mobile-1.4.5.min.js而产生的错误。
I removed the minified version and everything is running fine.
我删除了缩小版本,一切正常。