Uncaught TypeError: $(...).dialog is not a function
Publicado por Sook (3 intervenciones) el 11/09/2018 00:06:39
Hola
tengo un lio con esto
la linea me marca un error (Uncaught TypeError: $(...).dialog is not a function), lo peor es que no es siempre, y no se por que es... les agradezco la ayuda
tengo un lio con esto
1
2
3
4
5
6
7
8
9
10
11
12
function crear_carpeta() {
$("#crear").dialog({
autoOpen: true,
height: 500,
minWidth: 910,
maxWidth: 910,
modal: true,
show: "clip",
hide: "clip"
});
}
la linea
1
$("#crear").dialog({
Valora esta pregunta
0