On a mac, you can use the built-in PHP server to serve files.
In terminal, cd
this directory and start the dev server like this:
php -S 127.0.0.1:8080
Then you can open a browser window at this address: http://127.0.0.1:8080/001/ or http://127.0.0.1:8080/002/.
- DOM selection
- Change css styles
- Change css styles on click
- Delete element on click
- Fetch json object from remote (using fetch)
- DOM selection
- Change css style
- Change css styles on click
- Delete element on click
- Fetch json object from remote (using jquery)