{"id":16275328,"url":"https://github.com/jakobbossek/jquery.tooltip","last_synced_at":"2025-04-08T16:26:32.918Z","repository":{"id":15177826,"uuid":"17905661","full_name":"jakobbossek/jquery.tooltip","owner":"jakobbossek","description":"Simple jQuery based tooltip plugin for rudimentary tooltips with few options. ","archived":false,"fork":false,"pushed_at":"2014-03-29T11:56:27.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T12:54:36.506Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakobbossek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-19T13:46:27.000Z","updated_at":"2014-04-28T10:09:00.000Z","dependencies_parsed_at":"2022-09-10T12:22:57.534Z","dependency_job_id":null,"html_url":"https://github.com/jakobbossek/jquery.tooltip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobbossek%2Fjquery.tooltip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobbossek%2Fjquery.tooltip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobbossek%2Fjquery.tooltip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobbossek%2Fjquery.tooltip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakobbossek","download_url":"https://codeload.github.com/jakobbossek/jquery.tooltip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247880237,"owners_count":21011618,"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-10T18:33:03.150Z","updated_at":"2025-04-08T16:26:32.870Z","avatar_url":"https://github.com/jakobbossek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jquery.tooltip\n==============\n\nSimple jQuery based tooltip plugin for rudimentary tooltips with few options.\n\nUsage\n=====\n\nSimply use an arbitrary jQuery selector to select the elements which you want to display tooltips on hover and hook the\nplugin to the selection. For example if we want to display tooltips for each link in the document with a title attribute,\nwe can use the following snipplet to realize this. Keep in mind that the tooltip text is extracted from the ```title``` attribute\nof the elements.\n\n```JavaScript\n    jQuery(document).ready(function($) {\n      $(\"a[title]\").tooltip();\n    });\n```\n\nThere are a few options which can be provided to the plugin. For example setting ```sticky``` to ```true``` results in\nsticky tooltips, which will not follow the mouse movement. Take a look at the defaults in the plugin for more options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakobbossek%2Fjquery.tooltip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakobbossek%2Fjquery.tooltip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakobbossek%2Fjquery.tooltip/lists"}