Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/367.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无JavaScript引导程序上的灰色屏幕_Javascript_Jquery_Responsive - Fatal编程技术网

无JavaScript引导程序上的灰色屏幕

无JavaScript引导程序上的灰色屏幕,javascript,jquery,responsive,Javascript,Jquery,Responsive,我使用bootstrap3.x模板,但不使用JavaScript(这只是一个页面),当我删除.js元素时,屏幕背景为灰色(透明灰色) 如果没有这个.js文件,我的项目就可以正常工作了,现在的问题是灰色背景。 如何制作css或html内容以删除此灰色背景 提前谢谢 我检查代码并修复灰色背景 必须更改“style=opacity:”和“background color:”的值 现在,白色背景的源代码如下所示: 谢谢大家 我认为css文件添加了灰色背景。同时删除css。 <script

我使用bootstrap3.x模板,但不使用JavaScript(这只是一个页面),当我删除.js元素时,屏幕背景为灰色(透明灰色)


如果没有这个.js文件,我的项目就可以正常工作了,现在的问题是灰色背景。 如何制作css或html内容以删除此灰色背景


提前谢谢

我检查代码并修复灰色背景

必须更改“style=opacity:”和“background color:”的值

现在,白色背景的源代码如下所示:


谢谢大家

我认为css文件添加了灰色背景。同时删除css。
<script src="http://www.example.com/xxx/xxx/xxx//jquery/jquery.min.js"></script>
<script src="http://www.example.com/xxx/xxx/xxx/bootstrap/js/bootstrap.min.js"></script>
<script src="http://www.example.com/xxx/xxx/xxx/smooth-scroll/SmoothScroll.js"></script>
<script src="http://www.example.com/xxx/xxx/xxx/jarallax/jarallax.js"></script>
<script src="http://www.example.com/xxx/xxx/xxx/js/script.js"></script>