Title: Uncaught TypeError: $(&#8230;).dialog
Last modified: March 30, 2021

---

# Uncaught TypeError: $(…).dialog

 *  Resolved [amindiary](https://wordpress.org/support/users/amindiary/)
 * (@amindiary)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/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)

 *  Plugin Author [WebFactory](https://wordpress.org/support/users/webfactory/)
 * (@webfactory)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/uncaught-typeerror-dialog/#post-14256044)
 * It’s a JS conflict with some other plugin or with jQuery helper. Try testing 
   with jQuery helper disabled.

Viewing 1 replies (of 1 total)

The topic ‘Uncaught TypeError: $(…).dialog’ is closed to new replies.

 * ![](https://ps.w.org/eps-301-redirects/assets/icon-256x256.png?rev=2413221)
 * [301 Redirects - Redirect Manager](https://wordpress.org/plugins/eps-301-redirects/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/eps-301-redirects/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/eps-301-redirects/)
 * [Active Topics](https://wordpress.org/support/plugin/eps-301-redirects/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/eps-301-redirects/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/eps-301-redirects/reviews/)

## Tags

 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * 1 reply
 * 2 participants
 * Last reply from: [WebFactory](https://wordpress.org/support/users/webfactory/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/uncaught-typeerror-dialog/#post-14256044)
 * Status: resolved