Tipped 1.0 The Tipped module contains the Tipped jQuery plugin and related script libraries.

This module simplifies the process of adding the Tipped jQuery plugin in Orchard pages.

The module also adds, a css condition for internet explorer browser with version earlier than 9 to include the excanvas.js library. The excanvas.js will enable canvas for early versions of internet explorer. To include Tipped inside your .cshtml file, just add @{ Style.Require("Tipped").AtHead();
Script.Require("Tipped").AtHead(); // will also add jquery } at the begining.

Check the Tipped plugin documentation at http://projects.nickstakenburg.com/tipped/documentation

This module contains the 3.1.3 demo version of Tipped, and contains a tiny Demo watermark on every tip. If you find it usefull visit http://projects.nickstakenburg.com/tipped/downloadandlicensing and check the pricing for a Commercial version.