Conversation
supportHello! 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 to see the link]
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; } });
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; } });