$(document).ready(function () { /* Fade out alerts */ $(".alert .close").click(function (e) { $(this).parent().fadeOut('slow'); }); });