$(document).ready(function() { // clear the display: none on notification divs. This doesn't actually // show them, just avoids the flicker on pageload is display: none isn't set. $('.notification').show(); });