• Resolved Techgarage

    (@techgarage)


    Hi, i try to use your Plugin and it looks great. Now when i would use the “Monthly/Yearly” Switch it doesn`t work.

    In the Google Chrome Console is see that the jquery is a problem. For speed stuff i deactivate on all page the jquery with some special rules for some different sites. On this sites i run jQuery from Google:

    wp_deregister_script('jquery');
        wp_register_script('jquery', ("https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"), false);
        wp_enqueue_script('jquery');

    After i activate jQuery on my Pricing Page (with an ARPrice Table on it) it doesn`t work.

    Any idea how i get ARPrice working with Google jQuery?

    Best Kevin

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Google jQuery’ is closed to new replies.