Bilal Ahmed
Bilal Ahmed

Reputation: 245

JQuery Mobile 1.4.5 in Asp.Net MVC 5

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

Answers (1)

Bilal Ahmed
Bilal Ahmed

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

Related Questions