cmInformant Demo

Examples

add a normal Message Box
add a nicely configured Message Box
add a sticky Message Box

Sample Code

$.cmInformant("Here comes the content:<br/>Two is greater than one",{ heading : "Heading", sticky : !true, class : "round info", easeIn : "easeInOutQuad", easeOut : "easeInOutQuad", speedIn : 750, speedOut : 1000, animateIn : { opacity : 1 }, animateOut : { opacity : 0 }, });