Код: Выделить всё
jQuery(document).ready(function() {
debugger;
jQuery(function() {
jQuery("#divLookUp").dialog({
autoOpen: false,
minWidth: 600,
show: {
effect: "clip",
duration: 200
},
hide: {
effect: "clip",
duration: 200
}
});
});
});Код: Выделить всё
Необнаруженная ошибка типа: jQuery(...).dialog не является функцией
Подробнее здесь: https://stackoverflow.com/questions/456 ... a-function
Мобильная версия