{"id":13760406,"url":"https://github.com/jaz303/tipsy","last_synced_at":"2025-10-03T16:54:46.688Z","repository":{"id":404872,"uuid":"23478","full_name":"jaz303/tipsy","owner":"jaz303","description":"Facebook-style tooltips plugin for jQuery","archived":false,"fork":false,"pushed_at":"2022-05-23T13:46:00.000Z","size":708,"stargazers_count":2011,"open_issues_count":122,"forks_count":555,"subscribers_count":57,"default_branch":"master","last_synced_at":"2025-04-17T21:28:42.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://onehackoranother.com/projects/jquery/tipsy/","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/jaz303.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":"2008-06-08T18:48:00.000Z","updated_at":"2025-04-17T00:56:59.000Z","dependencies_parsed_at":"2022-07-20T15:02:31.515Z","dependency_job_id":null,"html_url":"https://github.com/jaz303/tipsy","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaz303%2Ftipsy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaz303%2Ftipsy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaz303%2Ftipsy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaz303%2Ftipsy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaz303","download_url":"https://codeload.github.com/jaz303/tipsy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253401854,"owners_count":21902750,"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-08-03T13:01:09.684Z","updated_at":"2025-10-03T16:54:41.652Z","avatar_url":"https://github.com/jaz303.png","language":"JavaScript","funding_links":[],"categories":["Tips","JavaScript","Tips [🔝](#readme)","UI","提示"],"sub_categories":["Other","其它"],"readme":"# tipsy\n\nFacebook-style tooltip plugin for jQuery\n\n(c) 2008-2010 Jason Frame (jason@onehackoranother.com)\n\nReleased under The MIT License.\n\n## Description:\n\ntipsy is a simple jQuery plugin for generating Facebook-style tooltips.\n\nIt's used by Twitter, Github, Slideshare and Bitbucket, amongst others.\n\n## Homepage:\n\nhttp://onehackoranother.com/projects/jquery/tipsy\n\n## Source:\n\nHosted at GitHub; browse at:\n\n  http://github.com/jaz303/tipsy/tree/master\n\nOr clone from:\n\n    git://github.com/jaz303/tipsy.git\n\n## Usage:\n\n1. Copy the contents of src/{images,javascripts,stylesheets} to the corresponding asset directories in your project. \n   If the relative path of your images directory from your stylesheets   directory is not \"../images\", you'll need to adjust tipsy.css appropriately.\n\n2. Insert the neccesary elements in your document's `\u003chead\u003e` section, e.g.:\n   \n        \u003cscript type='text/javascript' src='/javascripts/jquery.tipsy.js'\u003e\u003c/script\u003e\n        \u003clink rel=\"stylesheet\" href=\"/stylesheets/tipsy.css\" type=\"text/css\" /\u003e\n\n Remember to include jquery.tipsy.js *after* including the main jQuery library.\n\n3. Initialise Tipsy in your document.onload, e.g.:\n\n        \u003cscript type='text/javascript'\u003e\n         $(function() {\n\t       $('a[rel=tipsy]').tipsy({fade: true, gravity: 'n'});\n\t     });\n        \u003c/script\u003e\n\nPlease refer to the docs directory for more examples and documentation.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaz303%2Ftipsy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaz303%2Ftipsy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaz303%2Ftipsy/lists"}