Title: jquery live is not a function &#8211; error
Last modified: November 26, 2020

---

# jquery live is not a function – error

 *  [bistromatic](https://wordpress.org/support/users/bistromatic/)
 * (@bistromatic)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/jquery-live-is-not-a-function-error/)
 * Hello,
 * I noticed that my updraft plugin configuration page on the backend stopped working
   when I activate VSSP. The browser console showed an error at:
 *  admin-scripts.js – “jquery live is not a function”
 * The problem is in the sortable-images code:
    $(‘.sortable-images span a’).live(‘
   click’, function (e) { …
 * jQuery .live() has been removed from version 1.9 onwards.
 * This code needs to be changed to:
    $(‘.sortable-images span’).on(‘click’, ‘a’,
   function (e) {
 * More information can be found at: [https://stackoverflow.com/questions/14354040/jquery-1-9-live-is-not-a-function](https://stackoverflow.com/questions/14354040/jquery-1-9-live-is-not-a-function)
 * Thank you,
    Detlef

The topic ‘jquery live is not a function – error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/very-simple-splash-page_5d5a58.svg)
 * [Very Simple Splash Page](https://wordpress.org/plugins/very-simple-splash-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/very-simple-splash-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/very-simple-splash-page/)
 * [Active Topics](https://wordpress.org/support/plugin/very-simple-splash-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/very-simple-splash-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/very-simple-splash-page/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [bistromatic](https://wordpress.org/support/users/bistromatic/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/jquery-live-is-not-a-function-error/)
 * Status: not resolved