Uncaught TypeError: jQuery(...).dialog is not a function
03:12 10 Aug 2017

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

jquery ajax