Код: Выделить всё
Uncaught TypeError: $(...).dialog is not a function
Код: Выделить всё
$(function () {
$('#tdog').dialog({
autoOpen: false,
width: 200,
modal: true,
});
});
Подробнее здесь: https://stackoverflow.com/questions/320 ... a-function
Код: Выделить всё
Uncaught TypeError: $(...).dialog is not a function
Код: Выделить всё
$(function () {
$('#tdog').dialog({
autoOpen: false,
width: 200,
modal: true,
});
});