• Resolved xscorpionx

    (@xscorpionx)


    Uncaught TypeError: jQuery(…).live is not a function
    <anonymous> /plugins/author-avatars/js/AuthorAvatarsShortcode.paging.ajax.js?ver=5.5.3:3

    I think the problem is here:
    jQuery(‘.aa_pageList a’).live(‘click’, function (e)

    jQuery .live() has been removed in version 1.9 onwards.

    That means if you are upgrading from version 1.8 and earlier, you will notice things breaking if you do not follow the migration guide below. You must not simply replace .live() with .on()!

    read in this thread: https://stackoverflow.com/questions/14354040/jquery-1-9-live-is-not-a-function

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

The topic ‘Console error Uncaught TypeError: jQuery(…).live is not a function’ is closed to new replies.