Reputation: 245
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.
Now when I am running application, it is showing ajax-loader.gif on every page. in middle of the page.
I am unable to find out the reason, why it is showing ajax-loader.gif.
Any help?
Upvotes: 0
Views: 759
Reputation: 245
The bug produced because I added both jquery.mobile-1.4.5.js and jquery.mobile-1.4.5.min.js in the project.
I removed the minified version and everything is running fine.
Upvotes: 2