Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "jquery.tipTip",
"version": "1.3.0",
"description": "This Plug-In will create a custom tooltip to replace the default browser tooltip. It is extremely lightweight and very smart in that it detects the edges of the browser window and will make sure the tooltip stays within the current window size. As a result the tooltip will adjust itself to be displayed above, below, to the left or to the right depending on what is necessary to stay within the browser window. It is completely customizable as well via CSS.",
"main": "jquery.tipTip.js",
"repository": {
"type": "git",
"url": "https://github.com/drewwilson/TipTip.git"
},
"bugs": {
"url": "https://github.com/drewwilson/TipTip/issues"
},
"author": {
"name": "Drew Wilson"
},
"license": "MIT",
"maintainers": [
{
"name": "Drew Wilson"
}
]
}