It's too wired problem. for some reason I need jquery mobile library in my project but when I add the following script to my view ,all server responses become json responses and I have no idea about it.
<script src="//code.jquery.com/mobile/1.5.0-alpha.1/jquery.mobile-1.5.0-alpha.1.min.js"></script>
NOTE : I just added the script to my project and nothing else has been changed.
I'm using laravel 5.3 and jquery 3.2.1.my front end framework is bootstrap 3.3.7.
any idea guys?