accept
19.06.2014, 02:46
в чем может быть проблема?
$(document).ready(function() {
$("#dialog").dialog({
height: 280,
modal: true,
buttons: {
"Закрыть": function() {
$(this).dialog("close");
}}
});
});
$(document).ready(function() {
$("#dialog").dialog({
height: 280,
modal: true,
buttons: {
"Закрыть": function() {
$(this).dialog("close");
}}
});
});