Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.