{"id":24501043,"url":"https://github.com/thomasdev-de/jquery-typingevents","last_synced_at":"2026-04-24T20:04:15.061Z","repository":{"id":194474762,"uuid":"690571784","full_name":"ThomasDev-de/jquery-typingEvents","owner":"ThomasDev-de","description":"The jQuery plugin simplifies the events that take place in an input field. The default properties are not overwritten.","archived":false,"fork":false,"pushed_at":"2023-09-15T08:28:29.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T05:39:15.607Z","etag":null,"topics":["delay","events","javascipt","javascript","jquery","jquery-plugin","typing"],"latest_commit_sha":null,"homepage":"","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/ThomasDev-de.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":"2023-09-12T13:01:22.000Z","updated_at":"2023-09-22T12:16:20.000Z","dependencies_parsed_at":"2023-09-13T14:02:32.631Z","dependency_job_id":"c6defed7-c3a5-4999-923d-f185dd07cb46","html_url":"https://github.com/ThomasDev-de/jquery-typingEvents","commit_stats":null,"previous_names":["thomasdev-de/jquery-typingevents"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fjquery-typingEvents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fjquery-typingEvents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fjquery-typingEvents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fjquery-typingEvents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThomasDev-de","download_url":"https://codeload.github.com/ThomasDev-de/jquery-typingEvents/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243697677,"owners_count":20332993,"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":["delay","events","javascipt","javascript","jquery","jquery-plugin","typing"],"created_at":"2025-01-21T22:22:58.961Z","updated_at":"2026-04-24T20:04:10.041Z","avatar_url":"https://github.com/ThomasDev-de.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jquery-typingEvents\n\nThe jQuery plugin simplifies the events that take place in an input field. The default properties are not overwritten.\n\n## options\n\n| name          | type     | default                       | description                                                                                          |\n|---------------|----------|-------------------------------|------------------------------------------------------------------------------------------------------|\n| delay         | int      | `400`                         | The time in milliseconds after the last keystroke was made and the event `typingEnd` is triggered.   |\n| allowedKeys   | array    | `[]`                          | A list for allowed keys (e.g. `['a','b',..]`)                                                        |\n| preventedKeys | array    | `[]`                          | A list for forbidden keys (e.g. `['a','b',..]`)                                                      |\n| trim          | string   | `\".,\\|]\\\\^\"`                  | Characters that are trimmed from the input after the event `typingEnd` (except for password fields). |\n| onKeyDown     | function | `(event, key, allowed) =\u003e {}` | The function is triggered with each keystroke.                                                       |\n| onKeyUp       | function | `(key) =\u003e {}`                 | The function is triggered each time a keystroke is released.                                         |\n| onPrevented   | function | `(key) =\u003e {}`                 | The function is triggered when the keystroke is not allowed.                                         |\n| onTypingStart | function | `() =\u003e {}`                    | The function is triggered when an input starts.                                                      |\n| onTypingEnd   | function | `(value) =\u003e {}`               | The function is triggered when an input ends (measured by the `delay` property).                     |\n\n## events\n\n| event                                                     | params             |                                                                      |\n|-----------------------------------------------------------|--------------------|----------------------------------------------------------------------|\n| key.any                                                   | e, key, allowed    | Triggered with each keystroke.                                       |\n| kex.A\u003cbr/\u003ekey.a\u003cbr/\u003ekey.B\u003cbr/\u003ekey.b\u003cbr/\u003ekey.Shift\u003cbr/\u003e... | e, key, allowed    | Triggered on each specific keystroke.                                |\n| key.prevented                                             | e, key             | Triggered on each forbidden keystroke.                               |\n| typingStart                                               | e                  | Triggered at the start of the input.                                 |\n| typingEnd                                                 | e, value (trimmed) | Triggered at the end of the input (measured by the `delay property). |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasdev-de%2Fjquery-typingevents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasdev-de%2Fjquery-typingevents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasdev-de%2Fjquery-typingevents/lists"}