Advertise
Looking for some jquery to add a loading icon to the page when someone clicks add to cart (woocommerce). Using the gform add-on which may change things example page: https://hookahi.com/guides/charter-1/
Dsmart answers:
broken link
Kyle comments:
I was working on another issue, its fine now
Solution for future viewers: jQuery(document).ready(function($) { $(".cart").click(function() { $.blockUI(); }); });
jQuery(document).ready(function($) { $(".cart").click(function() { $.blockUI(); }); });