Skip to content

Instantly share code, notes, and snippets.

@jjsilas
Created November 30, 2019 08:17
Show Gist options
  • Save jjsilas/a6d798a94900d84fc07ae0adb5e44475 to your computer and use it in GitHub Desktop.
Save jjsilas/a6d798a94900d84fc07ae0adb5e44475 to your computer and use it in GitHub Desktop.
DOM traversal and manipulation Check Point 2
Interactive Web Apps Module
Five questions.
1 What is JQuery -
2 What can it do - It allows for the modification of the current html of the page being viewed.
3 Where can I use it - I can use it in the brower and via web based interfaces
4 What are is limitations -
5 Does it render the same in all browsers. - It does not each browsers has its own Document Object Model
Key terms
DOM - Document Object Model
JQuery
Traversing
Manipulating
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment