$('.ui-corner-all').click(function() {
var text = $(this).text();
alert(text);
});