Title: Uncaught TypeError: $(&#8230;).resizable is not a function
Last modified: August 31, 2016

---

# Uncaught TypeError: $(…).resizable is not a function

 *  [joelnewcomer](https://wordpress.org/support/users/joelnewcomer/)
 * (@joelnewcomer)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/uncaught-typeerror-resizable-is-not-a-function/)
 * I am posting this after I found the solution in case someone else is having the
   same problem. The plugin has a dependency that isn’t being loaded before the 
   plugin causing the plugin to break for me. The solution was to tell WordPress
   that it has that dependency. To fix this, edit live-edit-v4.php or live-edit-
   v5.php depending on the version of ACF that you are using. Change line 74 from:
 *     ```
       wp_register_script( 'live-edit-front', $this->settings['dir'] . '/js/functions.front.js', false, $this->settings['version'] );
       ```
   
 * to:
 *     ```
       wp_register_script( 'live-edit-front', $this->settings['dir'] . '/js/functions.front.js', array('jquery-ui-resizable'), $this->settings['version'] );
       ```
   
 * [https://wordpress.org/plugins/live-edit/](https://wordpress.org/plugins/live-edit/)

Viewing 1 replies (of 1 total)

 *  [millllan](https://wordpress.org/support/users/millllan/)
 * (@millllan)
 * [10 years ago](https://wordpress.org/support/topic/uncaught-typeerror-resizable-is-not-a-function/#post-6962906)
 * Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Uncaught TypeError: $(…).resizable is not a function’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/live-edit.svg)
 * [Live Edit](https://wordpress.org/plugins/live-edit/)
 * [Support Threads](https://wordpress.org/support/plugin/live-edit/)
 * [Active Topics](https://wordpress.org/support/plugin/live-edit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/live-edit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/live-edit/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [millllan](https://wordpress.org/support/users/millllan/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/uncaught-typeerror-resizable-is-not-a-function/#post-6962906)
 * Status: not resolved