Uncaught TypeError: $(…).dialog
-
I’ve been trying to access the 301 redirects page over the last couple of days and get a blank screen each time, in console I get this error:
Uncaught TypeError: $(…).dialog is not a function
at HTMLDocument.<anonymous> (scripts.js?ver=5.7:258)
this part of code has issues! how can I sort it? My WordPress is update, also jQuery helper is installed there. any Idea?$('#eps-pro-dialog').dialog({ dialogClass: 'wp-dialog eps-pro-dialog', modal: true, resizable: false, width: 800, height: 'auto', show: 'fade', hide: 'fade', close: function (event, ui) { }, open: function (event, ui) { $(this).siblings().find('span.ui-dialog-title').html('WP 301 Redirects PRO is here!'); eps_fix_dialog_close(event, ui); }, autoOpen: false, closeOnEscape: true, });
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Uncaught TypeError: $(…).dialog’ is closed to new replies.