{"id":13907085,"url":"https://github.com/mburakerman/numscrubberjs","last_synced_at":"2025-04-03T12:27:49.618Z","repository":{"id":55016531,"uuid":"84649479","full_name":"mburakerman/numscrubberjs","owner":"mburakerman","description":"↔️ Let's change values of input numbers by dragging the mouse left \u0026 right","archived":false,"fork":false,"pushed_at":"2022-09-18T16:08:16.000Z","size":19,"stargazers_count":229,"open_issues_count":0,"forks_count":17,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-26T03:34:40.397Z","etag":null,"topics":["html5-input","input-number","javascript","scrubber","vanilla-javascript"],"latest_commit_sha":null,"homepage":"https://mburakerman.github.io/numscrubberjs/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mburakerman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-11T12:48:05.000Z","updated_at":"2025-01-18T12:23:35.000Z","dependencies_parsed_at":"2023-01-18T13:46:01.919Z","dependency_job_id":null,"html_url":"https://github.com/mburakerman/numscrubberjs","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/mburakerman%2Fnumscrubberjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mburakerman%2Fnumscrubberjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mburakerman%2Fnumscrubberjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mburakerman%2Fnumscrubberjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mburakerman","download_url":"https://codeload.github.com/mburakerman/numscrubberjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247000759,"owners_count":20867143,"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":["html5-input","input-number","javascript","scrubber","vanilla-javascript"],"created_at":"2024-08-06T23:01:47.521Z","updated_at":"2025-04-03T12:27:49.595Z","avatar_url":"https://github.com/mburakerman.png","language":"JavaScript","readme":"# Numscrubber.js\n\n\u003e Let's change values of input numbers by dragging the mouse left \u0026 right\n\n\n## Install\n\n[![NPM](https://nodei.co/npm/numscrubberjs.png?mini=true)](https://www.npmjs.com/package/numscrubberjs/)\n\nInclude numscrubber.js file\n```html\n\u003cscript src=\"src/numscrubber.js\"\u003e\u003c/script\u003e\n```\nor use CDN\n```html\n\u003cscript src=\"https://unpkg.com/numscrubberjs\"\u003e\u003c/script\u003e\n```\n\n## Usage\n\nJust add ```data-numscrubber``` to your input number  \n\n```html\n\u003cinput data-numscrubber type=\"number\" value=\"6\" min=\"4\" max=\"50\" /\u003e\n```\nand then call  ```init()```\n\n```js\n\u003cscript\u003e\n    Numscrubber.init();\n\u003c/script\u003e\n```\nThats it!\n\n[JSFiddle demo](https://jsfiddle.net/9h3mgsp7/)\n\n![CodePen demo](https://media.giphy.com/media/l0IygGSCTG9xhArXW/giphy.gif)\n\n\n## Browsers\n\nWorks well on all modern browsers.\n\n\n## Size\n\n1.1 kb minified.\n\n\n## License\n\nLicensed under the MIT License.\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmburakerman%2Fnumscrubberjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmburakerman%2Fnumscrubberjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmburakerman%2Fnumscrubberjs/lists"}