{"id":28406466,"url":"https://github.com/hwclass/validatestrictly","last_synced_at":"2025-09-13T12:14:20.409Z","repository":{"id":22445344,"uuid":"25783688","full_name":"hwclass/validatestrictly","owner":"hwclass","description":"A small validation library to restrict characters to be entered into any input.","archived":false,"fork":false,"pushed_at":"2014-10-26T18:44:24.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-02T07:16:48.264Z","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/hwclass.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}},"created_at":"2014-10-26T17:43:26.000Z","updated_at":"2014-10-26T18:31:53.000Z","dependencies_parsed_at":"2022-08-21T05:00:47.809Z","dependency_job_id":null,"html_url":"https://github.com/hwclass/validatestrictly","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hwclass/validatestrictly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hwclass%2Fvalidatestrictly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hwclass%2Fvalidatestrictly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hwclass%2Fvalidatestrictly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hwclass%2Fvalidatestrictly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hwclass","download_url":"https://codeload.github.com/hwclass/validatestrictly/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hwclass%2Fvalidatestrictly/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264719237,"owners_count":23653541,"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":"2025-06-01T22:11:21.450Z","updated_at":"2025-07-11T03:04:34.551Z","avatar_url":"https://github.com/hwclass.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"validatestrictly\n================\n\nA Validation Plugin for Inputs with Parameters\n\nValidates and deletes if input character value is a special char, digit or alphabetical by every char.\n\n### usage\n\u003cpre lang=\"javascript\"\u003e\n\u003ccode\u003e\n$('input').bind('keyup', function() {\n  $(this).validateStrictly(['case1','case2', 'case3'], [{customCaseN : 'abc'}]);\n});\n\u003c/code\u003e\n\u003c/pre\u003e\n\n### usage (IE)\n\u003cpre lang=\"javascript\"\u003e\n\u003ccode\u003e\n$('input').bind('keyup', function() {\n  $(this).validateStrictly(['specialChars','numbers'], [{customCaseN : 'abc'}]);\n});\n\u003c/code\u003e\n\u003c/pre\u003e\n\n\n### usage (Modern Browsers)\n\u003cpre lang=\"javascript\"\u003e\n\u003ccode\u003e\n$('input').on('input', function() {\n  $(this).validateStrictly(['specialChars','numbers'], [{customCaseN : 'abc'}]);\n});\n\u003c/code\u003e\n\u003c/pre\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhwclass%2Fvalidatestrictly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhwclass%2Fvalidatestrictly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhwclass%2Fvalidatestrictly/lists"}