/SpringBar

Small jQuery Message Bar

Primary LanguageJavaScriptOtherNOASSERTION

#SpringBar

##Overview

SpringBar is a basic, no-frills & lightweight jQuery based message bar for announcements etc on the top of the page that it's placed in.

Usage

Pretty simple.

Add the js, css & call with:
$.springBarMessage('Bar Content Here');

You can use HTML if you like:
$.springBarMessage('Content and a <a href="http://bbc.com">Link</a>);