$(document).ready(function(){


$(".alert").bind("click", function() 
{ 
   alert("Hallo Welt");
});
});
