{"id":36165463,"url":"https://github.com/flowdock/tipsy","last_synced_at":"2026-01-11T01:00:35.281Z","repository":{"id":6325903,"uuid":"7561087","full_name":"flowdock/tipsy","owner":"flowdock","description":"Facebook-style tooltips plugin for jQuery","archived":false,"fork":true,"pushed_at":"2015-02-15T12:34:15.000Z","size":220,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":59,"default_branch":"master","last_synced_at":"2023-04-10T10:23:14.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://onehackoranother.com/projects/jquery/tipsy/","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jaz303/tipsy","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flowdock.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":"2013-01-11T14:27:33.000Z","updated_at":"2015-02-15T12:34:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/flowdock/tipsy","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/flowdock/tipsy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowdock%2Ftipsy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowdock%2Ftipsy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowdock%2Ftipsy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowdock%2Ftipsy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flowdock","download_url":"https://codeload.github.com/flowdock/tipsy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowdock%2Ftipsy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28264034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T00:36:07.053Z","status":"ssl_error","status_checked_at":"2026-01-11T00:35:52.154Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2026-01-11T01:00:04.535Z","updated_at":"2026-01-11T01:00:35.264Z","avatar_url":"https://github.com/flowdock.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"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%2Fflowdock%2Ftipsy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowdock%2Ftipsy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowdock%2Ftipsy/lists"}