{"id":15899141,"url":"https://github.com/prozi/antiquery","last_synced_at":"2025-03-20T17:30:40.732Z","repository":{"id":47414364,"uuid":"106220530","full_name":"Prozi/antiquery","owner":"Prozi","description":"you dont need big-ass-query this is small and works","archived":false,"fork":false,"pushed_at":"2023-01-04T01:18:37.000Z","size":303,"stargazers_count":4,"open_issues_count":7,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-29T09:06:56.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Prozi.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-10-09T00:36:19.000Z","updated_at":"2022-03-19T17:49:26.000Z","dependencies_parsed_at":"2023-02-01T17:15:15.813Z","dependency_job_id":null,"html_url":"https://github.com/Prozi/antiquery","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/Prozi%2Fantiquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prozi%2Fantiquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prozi%2Fantiquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prozi%2Fantiquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prozi","download_url":"https://codeload.github.com/Prozi/antiquery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244077837,"owners_count":20394353,"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":[],"created_at":"2024-10-06T10:11:14.648Z","updated_at":"2025-03-20T17:30:40.350Z","avatar_url":"https://github.com/Prozi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Anti-Query\n\nYou dont need any Big-Ass-Query that weights about 50KB, this library is enough for your needs (probably)\n\n## Whats this\n\nthis is DOM manipulation language\n\n## Installation\n\ninstall by typing\n\n```bash\nyarn add antiquery --save\n# or \nnpm install antiquery --save\n```\n\n## What is the usage\n\nto use as import/export module use\n\n```javascript\nimport $ from 'antiquery'\n```\n\nfor older javascript use:\n```javascript\n// es2015 compiled with babel\nconst $ = require('antiquery/es2015').default\n\n// es6\nconst $ = require('antiquery').default\n```\n\nfor browser just use with webpack/backpack dont just include as one of 100's script src's like in 20'th century\n\n...\n\nthen you can use like\n\n```javascript\n$('div.golden')\n  .removeClass('golden')\n  .css({ background: 'black', color: 'white' })\n  .text('hello')\n  .animate('blink')\n  .show()\n```\n\n## What is ready?\n\n* what document.querySelector supports (a lot in current browsers)\n* chaining next methods\n* methods:\n  * get (index: Number? or returns all)\n  * each (fn: Function)\n  * parents\n  * children\n  * find\n  * remove\n  * addClass (className: String)\n  * removeClass (className: String)\n  * css (css: Object)\n  * hide\n  * show\n  * text (text: String)\n  * html (html: String)\n  * animate (className: String, ms: Number)\n\nanimate adds css class for duration of ms\n\n## Enjoy\n\nby Jacek Pietal [github.com/Prozi](https://github.com/Prozi)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprozi%2Fantiquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprozi%2Fantiquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprozi%2Fantiquery/lists"}