The jquery in my notepad document isn't working

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>

I’m trying to utilize my newly acquired coding skills to create an interactive website for my tutoring.

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>

I have saved the webpage displaying the jquery library and imported it into a notepad document using <script> </scrip> tags. I then added an alert to check if the code was working and the alert will not work. I’ve pasted the html and css below. Could anyone help me to identify the problem? Thanks!

``` <>

Alliestutoring.com

Allie's Tutoring

Welcome! You're on your way to great grades and academic stardom!

Peer-to-Peer Tutoring Using Technology and Hands-On Teaching!

  • Science has proven that students learn well from their peers
  • I am a High Honors 8th Grader
  • I can meet with your middle-schooler(s) and tutor them in:
    • Math
    • Social Studies
    • Science
    • body{

      background-image: url(“http://micheleborba.com/wp-content/uploads/2015/12/incredible_school_success_spell_from_ancient_genie__38e69d6c.jpg”);

      }

      #header{

      align:center;
      background-color:gold;
      text-align:center;
      padding: 5px;
      border-radius: 10px;
      color: #551A8B;

      }

      .footer{
      text-align:center;
      background-color:gold;
      padding: 5px;
      border-radius: 10px;

      }

      .list{
      display: inline-block;
      text-align:left;
      font-size: 36px;
      color: silver;
      background-color:#551A8B;
      margin-left: 150px;
      border-radius: 10px;
      padding: 50px;

      }

      #pitch{

      background-color:aqua;
      padding-left: 250px;
      border-radius: 10px;
      color: brown;

      }

Click Here to See Me in Action
<do not remove the three backticks above>

^This you must put in <style></style> tags or an external stylesheet

^ put your jquery-1.6.1.min.js file in the same folder as the HTML file then you just use:

<script type="text/javascript" src="jquery-1.6.1.min.js" ></script>

Thanks! I’ll try this!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.