$(document).ready(function() { $("#dialog").dialog({ height: 280, modal: true, buttons: { "Закрыть": function() { $(this).dialog("close"); }} }); });