Created
November 30, 2019 08:17
-
-
Save jjsilas/a6d798a94900d84fc07ae0adb5e44475 to your computer and use it in GitHub Desktop.
DOM traversal and manipulation Check Point 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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