$(document).ready(function(){

   $("span").click(function(){

       alert($(this).html());

   })

})