Drop down function not working

  • Unknown's avatar

    Having any issue with the ajax script as the dropdowns no longer work for each product.

    </div>
    https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js
    <script>
    $(document).ready(function(){
    $(".button-1").click(function(){
    $(".paragraph-1").toggle();
    });
    });
    $(document).ready(function(){
    $(".button-2").click(function(){
    $(".paragraph-2").toggle();
    });
    });
    $(document).ready(function(){
    $(".button-3").click(function(){
    $(".paragraph-3").toggle();
    });
    });
    $(document).ready(function(){
    $(".button-4").click(function(){
    $(".paragraph-4").toggle();
    });
    });
    </script>

    The blog I need help with is: (visible only to logged in users)

  • Hello there,

    Here at WordPress.com support, we can only provide support for sites hosted with WordPress.com. The site you referred to is a self-hosted site.

    You can find more details about the site hosting here: https://wordpress.com/site-profiler. You may contact the hosting support for further assistance.

    To learn more about the difference between WordPress.com and other self-hosting environment check this link.

    You can refer to this guide for more details on our scope of support.

  • The topic ‘Drop down function not working’ is closed to new replies.