{"id":17750626,"url":"https://github.com/nuintun/mailtip","last_synced_at":"2025-09-18T13:55:13.404Z","repository":{"id":6231430,"uuid":"7463038","full_name":"nuintun/mailtip","owner":"nuintun","description":"A jquery email autocomplete plugin","archived":false,"fork":false,"pushed_at":"2017-04-21T02:11:47.000Z","size":701,"stargazers_count":16,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-04-05T13:38:03.418Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nuintun.github.io/mailtip","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/nuintun.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-01-06T02:43:09.000Z","updated_at":"2022-11-28T16:03:10.000Z","dependencies_parsed_at":"2022-09-13T10:21:34.596Z","dependency_job_id":null,"html_url":"https://github.com/nuintun/mailtip","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuintun%2Fmailtip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuintun%2Fmailtip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuintun%2Fmailtip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuintun%2Fmailtip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuintun","download_url":"https://codeload.github.com/nuintun/mailtip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246635945,"owners_count":20809331,"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-26T12:22:57.052Z","updated_at":"2025-09-18T13:55:08.372Z","avatar_url":"https://github.com/nuintun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mailtip\n\n\u003eA jquery email autocomplete plugin\n\n### Required\n\u003ejQuery \u003e= 1.7\n\n### Introduction\n```js\n$(function (){\n  var info = $('.info');\n  \n  $('#mailtip').mailtip({\n    onselected: function (mail){\n      info.text('you choosed email: ' + mail)\n    }\n  });\n});\n```\n\n### API\n###### options\n- *mails*\n\u003e The email domain list\n\n- *width*\n\u003e The pupup tip's width, if set ```input``` the tip's width will equal input width else the width will equal set or auto\n\n- *onselected*\n\u003e The callback on selected a email\n\n- *offsetTop*\n\u003e The offset top relative default position\n\n- *offsetLeft*\n\u003e The offset left relative default position\n\n- *zIndex*\n\u003e z-index of popup tip\n\n\n### Live Demo\n[Click here see the live demo](https://nuintun.github.io/mailtip/mailtip.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuintun%2Fmailtip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuintun%2Fmailtip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuintun%2Fmailtip/lists"}