{"id":24976899,"url":"https://github.com/rezigned/form","last_synced_at":"2025-09-08T23:36:34.515Z","repository":{"id":1307201,"uuid":"1249626","full_name":"rezigned/Form","owner":"rezigned","description":"This is part of Javascript Form Utilities that I developed to make form validation with js become easier.","archived":false,"fork":false,"pushed_at":"2011-09-23T13:53:33.000Z","size":112,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-08T23:36:33.361Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://nligthen.github.com/Form","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/rezigned.png","metadata":{"files":{"readme":"README.textile","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":"2011-01-13T07:05:46.000Z","updated_at":"2014-03-02T09:50:17.000Z","dependencies_parsed_at":"2022-07-06T20:02:54.479Z","dependency_job_id":null,"html_url":"https://github.com/rezigned/Form","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rezigned/Form","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rezigned%2FForm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rezigned%2FForm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rezigned%2FForm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rezigned%2FForm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rezigned","download_url":"https://codeload.github.com/rezigned/Form/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rezigned%2FForm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231166,"owners_count":25245675,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-02-03T22:59:32.868Z","updated_at":"2025-09-08T23:36:34.494Z","avatar_url":"https://github.com/rezigned.png","language":"JavaScript","readme":"h1. JS Form (Alpha)\n\nThis is part of Javascript Form Utilities that I developed to make form validation with js become easier.\n\n\nh2. License\n\nTired of licenses\n\nh2. Company\n\n\"Landau Reece.\":http://www.landaureece.com\n\nh2. Usage\n\n\u003cpre\u003e\n\nValidator.Form('#form_id', {\n\n    // simple style 'input name' + 'array'\n    firstname: {\n        rules: ['required']\n    }\n    email: {\n        rules: ['email']\n    }\n\n    // more custom style 'input name' + 'object'\n    email_confirm: {\n        rules: {\n            email: true,\n            match: '#email' // make sure it match with 'email'\n        }\n    },\n    password: {\n        rules: {\n            required: function() {\n\n                // custom validation\n            }\n        }\n    },\n\n    // working with radios, checkboxes and multiple selects\n    choices: {\n        rules: {\n            required: true // normally you don't have to add 'required' rule since all elements defined here has a required by default\n        }\n    },\n\n\n});\n\n\u003c/pre\u003e\n\n\nh2. New features to implement\n\n# handle dynamic dom","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frezigned%2Fform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frezigned%2Fform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frezigned%2Fform/lists"}