Uncaught TypeError: jQuery(...).dialog is not a function
I have tried all CDN but always get error. Please suggest correct CDN
jQuery(document).ready(function() {
debugger;
jQuery(function() {
jQuery("#divLookUp").dialog({
autoOpen: false,
minWidth: 600,
show: {
effect: "clip",
duration: 200
},
hide: {
effect: "clip",
duration: 200
}
});
});
});
Uncaught TypeError: jQuery(...).dialog is not a function