Fork me on GitHub

DarkTip by darkspotinthecorner

The DarkTip plugin is a javascript based tooltip framework that enables quick and easy development of modules that hook into specific aspects of a webpage and display context sensitive tooltips.

Authors

darkspotinthecorner [darkspotinthecorner (at) gmail (dot) com]

Contact

[darkspotinthecorner (at) gmail (dot) com]

Google+

Using DarkTip

  1. Download and extract the DarkTip files.
  2. Upload the javascript and css files from the build folder to a directory on your webserver that is accessible by the public.
  3. Depending on you page, what files you need may vary:
    • DarkTip.all.js and DarkTip.all.min.css to include all available modules.
    • DarkTip.wow.js and DarkTip.wow.min.css to include all Word of Warcraft™ based modules.
    • DarkTip.d3.js and DarkTip.d3.min.css to include all Diablo 3™ based modules.
  4. On any webpage where you want to have DarkTip active, include the following code:
    <link rel="stylesheet" href="*yourpath*/DarkTip.all.min.css"
    	type="text/css" media="screen" />
    <script type="text/javascript" src="*yourpath*/DarkTip.all.js"></script>
    
  5. IMPORTANT: Replace the example *yourpath* with your own valid paths that fit your server directory!

Demos

Realm

Quest

Item

Equipped Item

Character

Character Specs

Character PvP

Guild

Arena Team

Achievement

Spell

Wowhead Achievement Pickup

Wowhead Character Pickup

Wowhead Guild Pickup

Wowhead Item Pickup

Wowhead Quest Pickup

Wowhead Spell Pickup

Diablo III Profiles

Custom

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/darkspotinthecorner/DarkTip