这些按钮不会更改文本颜色或图像大小。我认为我的JavaScript没有正确链接?

时间:2019-09-08 03:00:49

标签: javascript html css frontend

这是关于调试代码学校的部分。我根本无法使用所有按钮。我没有太多经验,但是我认为我的javascript链接不正确。 javascript文件是logic.js,css文件是style.css,我确保它们位于同一文件夹中。

<!DOCTYPE html>
<html>
<head>
  <title>Boo The Dog</title>
  <!-- Latest compiled and minified CSS -->
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
  <!-- Linking CSS -->
  <link rel="stylesheet" type="text/css" href="style.css">
  <!-- Linking jQuery -->
  <script type="text/javascript" src="logic.js" ></script>

</head>
<body>

this is also at the bottom of the code

<script type="text/javascript" src="logic.js"></script>

1 个答案:

答案 0 :(得分:-1)

您使用jquery吗?没有jquery.js的链接。打开控制台,然后查看问题。我想,您还没有插入jquery.js。