{"id":17750578,"url":"https://github.com/nuintun/oninput-fix","last_synced_at":"2025-04-01T09:39:14.088Z","repository":{"id":151211259,"uuid":"54010232","full_name":"nuintun/oninput-fix","owner":"nuintun","description":"Fix input event in jquery, support low version of ie.","archived":false,"fork":false,"pushed_at":"2017-07-14T02:46:49.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2023-04-05T13:38:05.449Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nuintun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-03-16T07:31:30.000Z","updated_at":"2016-03-16T08:27:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"de19cc08-25f1-44d3-942e-969b0fac089f","html_url":"https://github.com/nuintun/oninput-fix","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuintun%2Foninput-fix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuintun%2Foninput-fix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuintun%2Foninput-fix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuintun%2Foninput-fix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuintun","download_url":"https://codeload.github.com/nuintun/oninput-fix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246620132,"owners_count":20806716,"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-26T12:22:43.749Z","updated_at":"2025-04-01T09:39:14.060Z","avatar_url":"https://github.com/nuintun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oninput-fix\n\n\u003eFix input event in jquery, support low version of ie.\n\n### Introduction:\nDefault is CommonJS module\n\nIf not CommonJS you must do this:\n\n\u003e1.Remove first and last line of the code\n\u003e\n\u003e2.Wrap code useing:\n```js\n(function ($){\n  // the code of remove first and last line\n}(jQuery));\n```\n\n### API:\nSample:\n\u003e\n```js\n$('#input').on('input', callback);\n$('#input').input(callback);\n$('#input').off('input', callback);\n$('#input').uninput(callback);\n```\n\n### Notice:\nDot change input value in low version of ie without condition statement, because it will go into an infinite loop!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuintun%2Foninput-fix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuintun%2Foninput-fix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuintun%2Foninput-fix/lists"}