Skip to content

Commit

Permalink
reinstated tooltip functionality, added contributors and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
taitems committed Nov 17, 2012
1 parent 2675ce2 commit ae8b8a4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_STORE
16 changes: 16 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Welcome Contributor
=

Thank your very much for your time examining and potentially modifying the source code. I truly believe it is what makes this community so great. This plugin wouldn't have gained the notoriety it has, had I not opened up the original source and been quiet unhappy with it.


Requirements & Best Practices
-

Just a few guidelines before submitting issues and pull requests:

- Ensure the code passes [JSHint](http://jshint.com) completely
- Always strive to write code that meets [best practices](http://taitems.github.com/Front-End-Development-Guidelines/)
- If you're attempting to solve a very unique bug, a test case is preferred

And thanks once again!
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,8 @@ <h2>
$(".gantt").popover({
selector: ".bar",
title: "I'm a popover",
content: "And I'm the content of said popover."
content: "And I'm the content of said popover.",
trigger: "hover"
});

prettyPrint();
Expand Down

0 comments on commit ae8b8a4

Please sign in to comment.