{"id":23182706,"url":"https://github.com/jonathanprozzi/mod-elements","last_synced_at":"2026-02-24T00:04:55.202Z","repository":{"id":119586574,"uuid":"61246586","full_name":"jonathanprozzi/mod-elements","owner":"jonathanprozzi","description":"Fun little activity full of html elements (with ids and classes) to be changed with JavaScript. This is an activity for practicing modifying, creating, and removing html elements with JavaScript.","archived":false,"fork":false,"pushed_at":"2017-04-12T18:13:45.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-05T03:23:57.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jonathanprozzi.github.io/mod-elements/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonathanprozzi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-15T23:01:58.000Z","updated_at":"2017-04-12T18:10:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3674af2-4252-47a2-88f3-47ca7ff02605","html_url":"https://github.com/jonathanprozzi/mod-elements","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonathanprozzi/mod-elements","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanprozzi%2Fmod-elements","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanprozzi%2Fmod-elements/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanprozzi%2Fmod-elements/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanprozzi%2Fmod-elements/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanprozzi","download_url":"https://codeload.github.com/jonathanprozzi/mod-elements/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanprozzi%2Fmod-elements/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29761969,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T21:02:23.375Z","status":"ssl_error","status_checked_at":"2026-02-23T20:58:31.539Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-18T08:21:36.676Z","updated_at":"2026-02-24T00:04:55.185Z","avatar_url":"https://github.com/jonathanprozzi.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mod-elements\nFun little activity full of html elements (with ids and classes) to be changed with JavaScript. This is an activity for practicing modifying, creating, and removing html elements with JavaScript.\n\n## activity (notes from the js file)\n/* ****             READ ME!!               ****\n\n    welcome to the javascript file for the modifying/adding/removing elements lesson! there is lots of html in the index.html file but don't fret! you don't need to worry about a lot of it.\n        this activity is intended to be a (hopefully!) fun way to practice working with     html elements and dom selection techniques.\n        primarily you'll be using .getElementById('id-name') such as this:\n\n        var myVar = document.getElementById('id-name'); and then you'll use javascript to modify and change whichever element you're targeting.\n\n        you can also do:\n            document.body.removeChild(myVar) and document.body.appendChild(myVar)\n                these remove and add targeted elements\n\n    throughout this file there will be some tips to guide you along the way.\n\n    remember: this is super important! please don't remove things from the index.html file! this activity is specifically for modifying elements -with- javascript!\n\n    you can delete these comments after reading. (unless you really like them!)\n*/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanprozzi%2Fmod-elements","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanprozzi%2Fmod-elements","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanprozzi%2Fmod-elements/lists"}