$(document).ready(
    function ()
    {
        $('.button').button();
    }
);
