drewwilson / TipTip

Intelligent ToolTip jQuery Plugin
http://code.drewwilson.com/entry/tiptip-jquery-plugin
124 stars 70 forks source link

Added an option to turn off arrow #2

Closed goodcodeguy closed 5 years ago

goodcodeguy commented 13 years ago

In our usage of the tiptip we needed a way to turn off the arrow. I added a way to handle this. Please note that I did not minify the js and update the minified version.

Usage:

$('.tiptip').tipTip({ arrow: false }); // turns off arrow

danimesq commented 8 years ago

Hi, @goodcodeguy I've forked TipTip to maintain it and use in all web projects of my community. Please clone your pull request to: https://github.com/Software-js/TipTip Thanks!