• Resolved azhunusbekov

    (@azhunusbekov)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter azhunusbekov

    (@azhunusbekov)

    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.