{"id":16057474,"url":"https://github.com/aduth/utip","last_synced_at":"2025-03-16T06:27:10.722Z","repository":{"id":5430591,"uuid":"6622840","full_name":"aduth/uTip","owner":"aduth","description":"A small JavaScript utility for displaying simple, elegant tooltips","archived":false,"fork":false,"pushed_at":"2014-03-29T14:37:20.000Z","size":172,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T22:35:07.382Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://aduth.github.com/uTip/","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/aduth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-10T00:50:06.000Z","updated_at":"2014-11-27T08:44:16.000Z","dependencies_parsed_at":"2022-07-06T17:31:05.410Z","dependency_job_id":null,"html_url":"https://github.com/aduth/uTip","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aduth%2FuTip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aduth%2FuTip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aduth%2FuTip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aduth%2FuTip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aduth","download_url":"https://codeload.github.com/aduth/uTip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835950,"owners_count":20355611,"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-09T03:02:46.868Z","updated_at":"2025-03-16T06:27:10.693Z","avatar_url":"https://github.com/aduth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# µTip\n\n__µTip__ is a small JavaScript utility for displaying simple, elegant tooltips. Does the world need yet another tooltip utility? Probably not, but µTip was created with the purpose of satisfying the following criterion:\n\n* jQuery (or Zepto) optional - Familiar jQuery syntax if you're using it, but not a requirement\n* Progressively enhanced for CSS3 - Works in older versions of Internet Explorer, but takes advantage of CSS3 features if available\n* Single .js file - no stylesheets and no images\n* Optional customization - simple for basic scenarios, but plenty of customization if you need it. Better yet, simply provide a base background color and µTip will find complementing colors for the background gradient, border, and text.\n* Small - µTip weighs in at around __2kb__ minified and gzipped\n\nSound good? Check out the demos, then try it out for yourself.\n\n## Usage\n\nFor the most basic of scenarios, the following is sufficient:\n\n_Plain JavaScript:_\n\n\tnew uTip(document.getElementById('myLink'), { text: 'Hello world!' });\n\n_jQuery:_\n\n\t$('#myLink').uTip({ text: 'Hello world!' });\n\nFor more advanced usage, refer to the demos.\n\n## Demos\n\n[http://aduth.github.com/uTip/](http://aduth.github.com/uTip/)\n\n## License\n\nCopyright (c) 2012 Andrew Duthie\n\nReleased under the MIT License (see LICENSE.txt)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faduth%2Futip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faduth%2Futip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faduth%2Futip/lists"}