Title: Admin scripts throw error: jQuery(&#8230;).live is not a function
Last modified: August 31, 2016

---

# Admin scripts throw error: jQuery(…).live is not a function

 *  [ibhhvc](https://wordpress.org/support/users/ibhhvc/)
 * (@ibhhvc)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/admin-scripts-throw-error-jquerylive-is-not-a-function/)
 * I’m not sure when this started, but the W3TC backend scripts are no longer functioning
   for me. $.live has been deprecated by jQuery and the W3TC scripts widget.js and
   options.js are both throwing errors like this:
 *     ```
       options.js?ver=0.9.4.1:600 Uncaught TypeError: jQuery(...).live is not a function
       (anonymous function) @ options.js?ver=0.9.4.1:600
       i @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.5:2
       j.fireWith @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.5:2
       n.extend.ready @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.5:2
       K @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.5:2
       ```
   
 * The result is a lot of the W3TC backend functionality simply doesn’t work. The
   upgrade button doesn’t work. The “add script” button on the minify page doesn’t
   work.
 * Any thoughts on fixing the deprecated jQuery? A user pointed out this issue two
   years ago [here](https://wordpress.org/support/topic/jquery-deprecated-method-live?replies=1).
 * [https://wordpress.org/plugins/w3-total-cache/](https://wordpress.org/plugins/w3-total-cache/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Kimberly](https://wordpress.org/support/users/amiga500/)
 * (@amiga500)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/admin-scripts-throw-error-jquerylive-is-not-a-function/#post-7318486)
 * hmmm…sounds like jquery migrate is missing in your backend load. jQuery core 
   no longer supports $.live which is why migrate exists, to provide access to those
   deprecated functions like .live. In your case it’s like migrate isn’t being loaded.
   Not sure why seeing as how your trace shows at least an attempt is being made
   for it in the query string.
 * Are you by chance manually removing jQuery from the wordpress stack and adding
   your own?
 * Thanks for the info
    Kimberly
 *  Thread Starter [ibhhvc](https://wordpress.org/support/users/ibhhvc/)
 * (@ibhhvc)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/admin-scripts-throw-error-jquerylive-is-not-a-function/#post-7318525)
 * Right, that would make sense. Except I’m not touching jQuery on the admin side
   and I get this in my console as well, before the errors:
 *     ```
       JQMIGRATE: Migrate is installed, version 1.4.0
       load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.5:9
       ```
   
 *  Thread Starter [ibhhvc](https://wordpress.org/support/users/ibhhvc/)
 * (@ibhhvc)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/admin-scripts-throw-error-jquerylive-is-not-a-function/#post-7318528)
 * Ok, I’ve figured out a solution. Another plugin needed to run a newer version
   of jQuery. The plugin was not removing migrate, nor was it removing the wordpress
   version of jQuery. But just the fact that it was loading was causing the W3TC
   scripts to fail.
 * The solution was to selectively load the newer version of jQuery only on the 
   pages of the plugin that needed it.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Admin scripts throw error: jQuery(…).live is not a function’ is closed
to new replies.

 * ![](https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806)
 * [W3 Total Cache](https://wordpress.org/plugins/w3-total-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/w3-total-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/w3-total-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/w3-total-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/w3-total-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/w3-total-cache/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [ibhhvc](https://wordpress.org/support/users/ibhhvc/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/admin-scripts-throw-error-jquerylive-is-not-a-function/#post-7318528)
 * Status: not resolved