• wpfp.js:2 Uncaught TypeError: $(…).live is not a function

    jQuery(document).ready( function($) {
    $(‘.wpfp-link’).live(‘click’, function() {

    live() has been removed since version 1.9 and was deprecated since 1.7:

    Can the code be updated so that we can remove this error from my console?

    Thanks.

    https://wordpress.org/plugins/wp-favorite-posts/

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

The topic ‘live is not a function from wpfp.js’ is closed to new replies.