Skip to content

Instantly share code, notes, and snippets.

@rogerwschmidt
Created June 21, 2017 16:48
Show Gist options
  • Select an option

  • Save rogerwschmidt/cd7e2301379071b4777c2de1b89cc7fb to your computer and use it in GitHub Desktop.

Select an option

Save rogerwschmidt/cd7e2301379071b4777c2de1b89cc7fb to your computer and use it in GitHub Desktop.

JQuery Instructor Notes

Objectives

  • Explain what jQuery is.
  • Explain why jQuery is important.
  • Include jQuery in your project.
  • Use jQuery to select DOM elements.
  • Use jQuery to create DOM elements.
  • Use jQuery to traverse the DOM.
  • Use jQuery to manipulate DOM elements.

What is JQuery?

Turn to your neighbor and explain what JQuery is. Be prepared to share your discussion with the class.

Why is JQuery important?

Turn to your neighbor and explain why JQuery is important. Be prepared to share your discussion with the class.

How do you inlude JQuery in your project?

In your notes, write down how you would include JQuery in your project.

How do you use JQuery?

The following objectives:

  • Use jQuery to select DOM elements.
  • Use jQuery to create DOM elements.
  • Use jQuery to traverse the DOM.
  • Use jQuery to manipulate DOM elements.

Will be assessed in the Unit 1 Assessment: JQuery

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment