Drop down function not working
-
For some reason, I am assuming after some type of update, my drop downs for each product are no longer working. Am I missing something? I added this information in the WP product description and now it no longer works.
The blog I need help with is: (visible only to logged in users)
-
</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 topic ‘Drop down function not working’ is closed to new replies.