I have a button:
White
Which makes this:
Try
$("button").click(function(){ var title=$(this).attr("value"); alert(title); });