Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 375 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 375 Bytes

#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>);