Title: JQuery error .live()
Last modified: June 29, 2019

---

# JQuery error .live()

 *  Resolved [azhunusbekov](https://wordpress.org/support/users/azhunusbekov/)
 * (@azhunusbekov)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/jquery-error-live/)
 * Hello!
 * Thank you for your plugin but I have an error.
 * In this site I have an error in jQuery plugin – jQuery(…).live is not a function.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fjquery-error-live%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [azhunusbekov](https://wordpress.org/support/users/azhunusbekov/)
 * (@azhunusbekov)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/jquery-error-live/#post-11685409)
 * Adding the code below solved the problem. **Resolved.**
 *     ```
       jQuery.fn.extend({
           live: function (event, callback) {
              if (this.selector) {
                   jQuery(document).on(event, this.selector, callback);
               }
               return this;
           }
       });
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘JQuery error .live()’ is closed to new replies.

 * ![](https://ps.w.org/simple-student-result/assets/icon.svg?rev=1026942)
 * [Student Result or Employee Database](https://wordpress.org/plugins/simple-student-result/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-student-result/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-student-result/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-student-result/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-student-result/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-student-result/reviews/)

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [azhunusbekov](https://wordpress.org/support/users/azhunusbekov/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/jquery-error-live/#post-11685409)
 * Status: resolved