{"id":21754477,"url":"https://github.com/e00dan/ktooltip","last_synced_at":"2026-04-06T09:33:01.432Z","repository":{"id":143126972,"uuid":"60702993","full_name":"e00dan/ktooltip","owner":"e00dan","description":"Simple tooltip library written in 6 hours.","archived":false,"fork":false,"pushed_at":"2016-06-08T14:17:26.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T16:28:46.817Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://kuzirashi.github.io/ktooltip/","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/e00dan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-06-08T14:12:22.000Z","updated_at":"2016-06-08T14:18:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"f75a43c4-10cc-41c3-a393-9569358719ed","html_url":"https://github.com/e00dan/ktooltip","commit_stats":null,"previous_names":["e00dan/ktooltip"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/e00dan/ktooltip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e00dan%2Fktooltip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e00dan%2Fktooltip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e00dan%2Fktooltip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e00dan%2Fktooltip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e00dan","download_url":"https://codeload.github.com/e00dan/ktooltip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e00dan%2Fktooltip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31466624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-26T09:14:04.157Z","updated_at":"2026-04-06T09:33:01.416Z","avatar_url":"https://github.com/e00dan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kTooltip\n\nSimple tooltip library written in 6 hours.\n\n[![Demo kTooltip](https://j.gifs.com/o2lVKz.gif)](https://youtu.be/Sc6vRhDxnhM)\n\n## Requirements\n\nLink CSS and JS in your HTML file:\n\n~~~ HTML\n\u003clink rel=\"stylesheet\" href=\"ktooltip.css\"/\u003e\n\n\u003cscript src=\"jquery-2.1.4.min.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n\u003cscript src=\"ktooltip.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n~~~\n\n## Usage\n\n### Simple\nAdd attributes `data-tooltip` and `data-tooltip-content` to desired element for tooltip to work.\n\n~~~ HTML\n\u003cspan data-tooltip=\"text\" data-tooltip-content=\"Content of tooltip.\"\u003eThis is span.\u003c/span\u003e\n~~~\n\n### Focus\n\nJust switch `data-tooltip` from `text` to `focus`.\n\n~~~ HTML\n\u003cinput data-tooltip=\"focus\" data-tooltip-content=\"This is tooltip.\"/\u003e\n~~~\n\n### AJAX\n\nSwitch `data-tooltip` to `ajax` and use `data-tooltip-api` to provide URL instead of `data-tooltip-content`.\n\n~~~ HTML\n\u003cspan data-tooltip=\"ajax\" data-tooltip-api=\"api1.html\"\u003eAJAX request will be fired on hover\u003c/span\u003e\n~~~\n\n## License\n\nThe MIT License (MIT)\nCopyright (c) 2016 Daniel Kmak\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe00dan%2Fktooltip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe00dan%2Fktooltip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe00dan%2Fktooltip/lists"}