简体   繁体   English

bootstrap.js文件的Boostrap模型错误

[英]Boostrap Model error with bootstrap.js file

Recently i face a problem with bootstrap.js bootstrap.min.js file when I include this files than my model is not working and when I remove this files than my bootstrap model works fine 最近,当我包含此文件而不是我的模型无法正常工作时,以及当我删除此文件时我的bootstrap模型可以正常工作时,我遇到bootstrap.js bootstrap.min.js文件的问题

Can any body tell me what actually happen ? 有人能告诉我实际发生了什么吗?

<script src="<?php echo $js; ?>bootstrap.js" > </script>

<script src="<?php echo $js; ?>bootstrap.min.js" > </script>

I include it in init.php, if I remove both JS files from my init.php` file than it affects whole site please help me out what I have to do now ? 我将其包含在init.php, if I remove both JS files from my init.php文件中init.php, if I remove both JS files from my但它们影响了整个网站,请帮助我现在要做的事情?

删除一个bootstarp文件并检查..一个是最小化版本..所以您只需要使用一个

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

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