$(document).ready -> $('#flash_messages .flash, #error_explanation.flash').removeClass('flash').each -> $(this).hide() jQuery.gritter.add image: "/assets/#{$(this).attr('class')}.png", title: $(this).children('h2').text(), text: $(this).children('p').text()