Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi Guys,

    The fix provided by gandalf does not seem to work when you use a recent version of jQuery. The live function has been deprecated in jQuery 1.7 and removed in jQuery 1.9 ..

    According to the documentation you now have to use the on function instead of the live .. this version seems to work on my side (including firefox)

    $(‘#pea_cook_btn’).on(‘click’, function () {
    euCookieConsent();
    });

    Cheers,
    Fred/

Viewing 1 replies (of 1 total)