Skip to content

tangofoxtrot/jQuery-Flash-Growlr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Flash Growlr
=================

Rails plugin for displaying "Growl" like flash messages in your rails application.

Uses the jquery.notice library
*see http://www.sandbox.timbenniks.com/projects/jquery-notice/ **
Example
=======

./script/plugin install git://github.com/tangofoxtrot/jQuery-Flash-Growlr.git

In your header:
<%= javascript_include_tag 'jquery.notice' %>
<%= stylesheet_link_tag 'jquery.notice' %>

In your body:
<%= jquery_flash_growlr_tag %>

Config options:
<%= jquery_flash_growlr_tag(:stay => false) %>
stops the notices from being sticky
See the JS file for more options

Copyright (c) 2009 Richard Luther, released under the MIT license

About

Rails-jQuery plugin for "Growl" like flash messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published