drewwilson / TipTip

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

compatibility with jQuery 1.6.4, minify with yuicompressor #6

Open damac23 opened 12 years ago

damac23 commented 12 years ago

I've changed if(org_title != ""){ into if(org_title && org_title != ""){ so that TipTip works with the newest jQuery.

Probably not the best way to do it but it works for me ;)

The second change is only in the first line the marker for yuicompressor to keep the comment-header. The minified version based on yuicompressor is a little bit smaller than the version you've added to the repo.

danimesq commented 8 years ago

Hi, @damac23 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!

danimesq commented 6 years ago

Merge in: https://github.com/ScreensOS/TipTip/pull/7.