ColorBox 1.0 Add colorbox to make stuff look...fancy.

Colorbox is now included in the core jQuery module, used like so...

@{ Script.Require("jQueryColorBox").AtHead(); Style.Require("jQueryColorBox").AtHead(); }

A cool lightbox created by Jack Moore. To use just reference the module, then add to your view:

@{ Script.Require("jQuery").AtHead(); Script.Require("colorbox").AtHead(); Style.Require("colorbox.default").AtHead(); }

Everyone is happy and you can play with ColorBox. Check the project site for details on how to use ColorBox.

Released under MIT liscence