$(document).ready(function() {
    var root = $("#root").attr("href");

    $("#alert").click(function() {
        $(this).fadeOut();
    });

});

