bjmedia

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • bjmedia
    Participant

    I have this issue as well !
    Thanks for the fix it works great, cleaner than my solution that was :
    jQuery(‘.tribe-events-nav-next, .tribe-events-nav-previous’).click(function() {
    var addressValue = jQuery(this).children(“a”).attr(“href”);
    window.location=addressValue;
    });

    Works, but was a dirty 😉

    thanks again !

Viewing 1 post (of 1 total)