{"id":20592526,"url":"https://github.com/mskims/jquery-lite","last_synced_at":"2026-06-06T10:31:13.535Z","repository":{"id":31312451,"uuid":"81628730","full_name":"mskims/jquery-lite","owner":"mskims","description":"Simple and fast javascript library that can be written similarly to JQuery.","archived":false,"fork":false,"pushed_at":"2022-02-17T00:39:48.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T00:13:01.806Z","etag":null,"topics":["jquery","vanillajs"],"latest_commit_sha":null,"homepage":"","language":null,"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/mskims.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}},"created_at":"2017-02-11T03:45:34.000Z","updated_at":"2017-07-02T15:58:57.000Z","dependencies_parsed_at":"2022-08-03T15:17:36.071Z","dependency_job_id":null,"html_url":"https://github.com/mskims/jquery-lite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskims%2Fjquery-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskims%2Fjquery-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskims%2Fjquery-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskims%2Fjquery-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mskims","download_url":"https://codeload.github.com/mskims/jquery-lite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242223962,"owners_count":20092347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["jquery","vanillajs"],"created_at":"2024-11-16T07:44:09.107Z","updated_at":"2026-06-06T10:31:11.559Z","avatar_url":"https://github.com/mskims.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# jquery-lite\ncustom version of jquery\n\n# Usage\n\n```js\nwindow.document.addEventListener('DOMContentLoaded', function() {\n\n    $(\".select\").each(function(value, index){\n        console.log(this.e, $(this).html());\n    });\n\n    $(\".select\").click(function(e){\n        this.toggleClass(\"active\");\n    }).find(\".options li\").click(function(){\n        this.html();\n        console.log(this.data(\"value\"));\n    });\n\n\n    $(\".lazy_img\").each(function(){\n        this.attr('src', this.data('original'));\n    });\n\n    $(\".btn-close-option-layer\").click(function(){\n        console.log(\"!\");\n        // this.parent().attr(\"style\", \"bottom: -100%\");\n        this.parent().css(\"bottom\", \"-100%\");\n    });\n\n});\n```\n\n# Author\nmaybe me?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskims%2Fjquery-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmskims%2Fjquery-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskims%2Fjquery-lite/lists"}