{"id":15756982,"url":"https://github.com/jongha/jquery-emailinput","last_synced_at":"2025-04-30T18:49:32.695Z","repository":{"id":8671393,"uuid":"10328571","full_name":"jongha/jquery-emailinput","owner":"jongha","description":"jQuery-emailinput is email address input control for jQuery. This is jQuery plugin. This is required when creating an web mail service such as hotmail and gmail. It supports validation of email address.","archived":false,"fork":false,"pushed_at":"2014-05-04T13:01:25.000Z","size":644,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T18:49:24.661Z","etag":null,"topics":["email","javascript","jquery","jquery-emailinput","jquery-plugin"],"latest_commit_sha":null,"homepage":"http://plugins.jquery.com/emailinput/","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/jongha.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":"2013-05-28T05:39:50.000Z","updated_at":"2019-02-11T23:23:12.000Z","dependencies_parsed_at":"2022-07-09T21:46:12.238Z","dependency_job_id":null,"html_url":"https://github.com/jongha/jquery-emailinput","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongha%2Fjquery-emailinput","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongha%2Fjquery-emailinput/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongha%2Fjquery-emailinput/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongha%2Fjquery-emailinput/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongha","download_url":"https://codeload.github.com/jongha/jquery-emailinput/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251765623,"owners_count":21640214,"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":["email","javascript","jquery","jquery-emailinput","jquery-plugin"],"created_at":"2024-10-04T09:03:36.019Z","updated_at":"2025-04-30T18:49:32.546Z","avatar_url":"https://github.com/jongha.png","language":"JavaScript","readme":"# jQuery-emailinput\n[![Build Status](https://travis-ci.org/jongha/jquery-emailinput.png?branch=master)](https://travis-ci.org/jongha/jquery-emailinput)\n[![Coverage Status](https://coveralls.io/repos/jongha/jquery-emailinput/badge.png)](https://coveralls.io/r/jongha/jquery-emailinput)\n[![Dependency Status](https://gemnasium.com/jongha/jquery-emailinput.png)](https://gemnasium.com/jongha/jquery-emailinput)\n\njQuery-emailinput is email address input control for jQuery. This is jQuery plugin. This is required when creating an web mail service such as hotmail and gmail. It supports validation of email address.\n\n## Screenshot\n\n![Screenshot](https://raw.github.com/jongha/jquery-emailinput/master/demo/screenshot.png)\n\n## Usage\n\nInitialize\n\n```\n$('#target').emailinput();\n```\n\nChange internally control id.\n\n```\n$('#target').emailinput( { id: 'changed id' );\n```\n\nRetrieve the values.\n\n```\n$('#target').val();\n```\n\nManage only valid email address only.\n\n```\n$('#target').emailinput( { onlyValidValue: true ); // default: true\n```\n\nManage only valid email address only.\n\n```\n$('#target').emailinput( { onlyValidValue: true ); // default: true\n```\n\nChange delimiters of retrieve the value.\n\n```\n$('#target').emailinput( { delim: ';' ); // default: ','\n```\n\n## License\n\njQuery-emailinput is available under the terms of the MIT License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongha%2Fjquery-emailinput","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongha%2Fjquery-emailinput","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongha%2Fjquery-emailinput/lists"}