{"id":16954759,"url":"https://github.com/binaryk/js-validation","last_synced_at":"2025-10-24T20:32:58.657Z","repository":{"id":57283834,"uuid":"50421748","full_name":"binaryk/js-validation","owner":"binaryk","description":"This is a javascript easy form validation.","archived":false,"fork":false,"pushed_at":"2016-01-26T19:01:26.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T20:28:07.356Z","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/binaryk.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":"2016-01-26T10:33:06.000Z","updated_at":"2018-06-05T17:56:22.000Z","dependencies_parsed_at":"2022-08-31T00:00:20.169Z","dependency_job_id":null,"html_url":"https://github.com/binaryk/js-validation","commit_stats":null,"previous_names":["binaryk/jsvalidation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryk%2Fjs-validation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryk%2Fjs-validation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryk%2Fjs-validation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryk%2Fjs-validation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binaryk","download_url":"https://codeload.github.com/binaryk/js-validation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244795519,"owners_count":20511521,"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-13T22:10:29.566Z","updated_at":"2025-10-24T20:32:58.548Z","avatar_url":"https://github.com/binaryk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsValidation\nThis is a javascript easy form validation.\n### I want to develop a big library for javascript form validation. \n\nTo use it \u003c very simple \u003e:\n\n1. copy files in your project and inject them into your page\n2. create an object for your form:\nvar validate = new App.Forms.Validate();\n3. to add rule (and field) use method \"addRule\"\nvalidate.addRule('email', {\nrule: 'require',\nmessage: 'This field is require'\n});\n\n4. before submit form use:\n  \n  if( validate.validate() ){\n    myForm.submit();\n  }\n  \n  In this case the script will validate your form and show error messages, and it return \"false\" into \"if\".\n  \n  \n  ___\n  This is the first version of library.\n  I will develop it more but have patience.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryk%2Fjs-validation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinaryk%2Fjs-validation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryk%2Fjs-validation/lists"}