Dialog in Jquery 3.3

0

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.

    
asked by Mikel F T 18.12.2018 в 11:54
source

0 answers