{"id":17299717,"url":"https://github.com/threefish/floattip","last_synced_at":"2025-10-16T15:56:39.855Z","repository":{"id":93222141,"uuid":"63584218","full_name":"threefish/FloatTip","owner":"threefish","description":"跟随鼠标的悬浮气泡提示框，可以自定义样式，采用原生JS，兼容IE","archived":false,"fork":false,"pushed_at":"2016-11-12T06:00:42.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T03:29:13.438Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.sgaop.com","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/threefish.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-18T08:28:54.000Z","updated_at":"2016-11-12T05:57:07.000Z","dependencies_parsed_at":"2023-04-01T12:18:47.463Z","dependency_job_id":null,"html_url":"https://github.com/threefish/FloatTip","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/threefish%2FFloatTip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threefish%2FFloatTip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threefish%2FFloatTip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threefish%2FFloatTip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threefish","download_url":"https://codeload.github.com/threefish/FloatTip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245743323,"owners_count":20665090,"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-15T11:23:27.067Z","updated_at":"2025-10-16T15:56:39.756Z","avatar_url":"https://github.com/threefish.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FloatTip\n## 用法1：  \n\n```javascript\nvar d=document.getElementById(el);\nvar floatTips=new Tooltip(d, {\n              width: 300,\n              backgroundColor: '#FAFCFD',\n              borderColor: '#000',\n              textColor: '#666',\n              maxWidth: 250,\n              mouseFollow: true\n          }, title);\n floatTips.destory();//全部销毁\n```\n## 用法2：\n```javascript\n  var floatTips = new FloatTip($(\"#id\"), {\n            mouseFollow: true,\n            className: \"filedName-tips\"\n        }, $(this).html());\n   floatTips.destory();//全部销毁\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreefish%2Ffloattip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreefish%2Ffloattip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreefish%2Ffloattip/lists"}