Khan Academy Wiki
Challenge: Your first jQuery
First-jquery
Description
Challenge Name: Challenge: Your first jQuery
Section(s) HTML/JS: Making webpages interactive with jQuery
Steps: 3

Challenge: Your first jQuery is a programming challenge in the HTML/JS: Making webpages interactive with jQuery course. This challenge practices using the script tag to implement jQuery into webpages.

Steps[]

There are thee steps in this challenge:

  1. Add the script tag : This step asks users to add the script that contains the jQuery source.
  2. Add a second script tag: This step asks users to add a second script tag to insert the jQuery code.
  3. Replace the h1 headings: This step asks users to put in the code given to change the h1 to "jQuery".
First-jquery

The end result of Challenge: Your first jQuery

If users get stuck[]

If users get stuck, they should:

  • Pay attention to Oh Noes and the error messages.
  • Go back to the "Intro to HTML" tutorial.