Hi, I'm opening a dialog in jquery 1.11.1
$("#dialog_edit_settings").dialog({
title: 'editar ajustes'
});
$("#dialog_edit_settings").dialog("open");
It opens correctly.
Now, later, I need to use jquery 3.3 to use other controls and when I include it, it tells me that
dialog is not a function ()
How do you open a dialog with version 3.3? Thanks and best regards.