Files
medicalalert-web-reloaded/wp/wp-content/plugins/iper-medical/templates/script/smithers.js
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

4 lines
104 B
JavaScript

jQuery(".s-button").on("click", function() {
jQuery(".s-button-wrapper").toggleClass("expanded");
});