Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhildred/prog1795javascript
github with examples for this course
https://github.com/rhildred/prog1795javascript
Last synced: 14 days ago
JSON representation
github with examples for this course
- Host: GitHub
- URL: https://github.com/rhildred/prog1795javascript
- Owner: rhildred
- License: mit
- Created: 2013-11-26T13:57:58.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-11-25T15:27:17.000Z (about 10 years ago)
- Last Synced: 2024-04-14T14:03:14.976Z (9 months ago)
- Language: JavaScript
- Size: 234 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PROG1795Javascript
==================github with examples for this course
Of Special interest for the test:
[add2numbers.html](https://rhildred.github.io/PROG1795Javascript/public/add2numbers.html). An example of a form where `return false` is really important.
[tabexample.html](https://rhildred.github.io/PROG1795Javascript/public/tabexample.html). A news site with tabs.
[toggleTest.html](https://rhildred.github.io/PROG1795Javascript/public/toggleTest.html). A faq like thing where the answer is toggled.
[login.html](https://rhildred.github.io/PROG1795Javascript/public/login.html). Another example where the form submit is caught and the `return false` is important.