Skip to content Skip to sidebar Skip to footer

Fade Not Working For Flash Message In Rails

The following function fades out properly but does not fade in. I got it from this question (thank you Jacob) when looking for a solution. It works in the jsfiddle, just not in

Solution 1:

In the question you meant the '#flash' element has display:none initially in its css style; Make sure you got that line in you application.css.


Post a Comment for "Fade Not Working For Flash Message In Rails"