$(document).ready(function(){
    $('.mod.modAlert').bind('click',function(){
       $(this).find('.alertDetail').slideToggle();
    });
});
