The built-in system allows notifications not just on load. You just
say
jQuery('.flash').val('Hi there').slideDown();On Oct 6, 8:23 pm, Richard <[email protected]> wrote: > I have been using jGrowl for notifications instead of the default > response.flash:http://stanlemon.net/projects/jgrowl.html > Main advantage is I can add dynamic notifications when I want, not > just onload. > > Would it be worth replacing the current response.flash system with > that?

