{"id":21026515,"url":"https://github.com/nimblehq/bootstrap-ajax-form","last_synced_at":"2026-05-14T23:01:34.651Z","repository":{"id":17417001,"uuid":"20189935","full_name":"nimblehq/bootstrap-ajax-form","owner":"nimblehq","description":"Validate \u0026 Process Bootstrap Forms with Ajax","archived":false,"fork":false,"pushed_at":"2014-05-26T15:14:22.000Z","size":144,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":60,"default_branch":"master","last_synced_at":"2025-10-10T11:11:20.638Z","etag":null,"topics":["javascript","jquery"],"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/nimblehq.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-05-26T15:06:17.000Z","updated_at":"2022-12-29T02:40:17.000Z","dependencies_parsed_at":"2022-09-24T16:25:09.463Z","dependency_job_id":null,"html_url":"https://github.com/nimblehq/bootstrap-ajax-form","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nimblehq/bootstrap-ajax-form","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Fbootstrap-ajax-form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Fbootstrap-ajax-form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Fbootstrap-ajax-form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Fbootstrap-ajax-form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nimblehq","download_url":"https://codeload.github.com/nimblehq/bootstrap-ajax-form/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Fbootstrap-ajax-form/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283928833,"owners_count":26918163,"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-11-11T02:00:06.610Z","response_time":65,"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":["javascript","jquery"],"created_at":"2024-11-19T11:44:59.037Z","updated_at":"2025-11-11T20:39:06.091Z","avatar_url":"https://github.com/nimblehq.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Validate \u0026 Process Bootstrap Forms with Ajax\n======\n\nThis jQuery Plugin provides the following benefits:\n\n- Leverage built-in styling helpers provided by Bootstrap to show validations with a beautiful UI\n- Process any form type, even file uploads, with jQuery $.ajax. This feature only when the FormData API is available.\n\n## Documentation\n\nThe jQuery plugin comes with the following options:\n\n`animation` String: disable (default) | slideUp \n\nBehaviour of the form while the Ajax request is being processed. With `animation:'disable'`, all input fields are disabled until the Ajax is completed. While with `animation:'slideUP'`, the form is hidden using the built-in jQuery animation `slideUp`\n\n`autoReset` Boolean: false (default)\n`autoResetDelay` Integer: 5000 (default)\n\nOption to reset the form to its initial state upon failure of the Ajax request after a specific delay\n\n`onAjaxAlways: ''` Function: null (default)\n\nCustom callback fired when the jQuery Deferred is resolved or rejected\n\n`onAjaxSuccess: ''` Function: null (default)\n\nCustom callback fired when the jQuery Deferred is resolved\n\n`onAjaxError: ''` Function: null (default)\n\nCustom callback fired when the jQuery Deferred is rejected\n\n\n## How to use\n\nBind the plugin to a form using the following syntax:\n\n\t$('#contactForm').n3AjaxBootStrapForm({\n\t\tanimation: 'disable',\n\t\tautoReset: true,\n\t\tonAjaxSuccess: function(){\n\t\t\tconsole.log('The form has been processed successfully');\n\t\t}\t\t\n\t});","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimblehq%2Fbootstrap-ajax-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnimblehq%2Fbootstrap-ajax-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimblehq%2Fbootstrap-ajax-form/lists"}