$(function() {
    $("button, input:submit, input:button, a[class=button]").button();

//$("a", ".demo").click(function() { return false; });
});
