jQuery( function($) { "use strict"; if (afwssv_phpvars.afwssv_enable_toggle == 'yes') { $(".products .variations").wrap("
"); if (afwssv_phpvars.afwssv_toggle_text!='') { $(""+afwssv_phpvars.afwssv_toggle_text+"").insertBefore(".showvar"); } else { $("Show/Hide Variations").insertBefore(".showvar"); } $('.exspands').on("click", function () { var id = $(this).parent().attr('data-product_id'); $('.post-' + id + ' .showvar').toggle(); }); } $(window).on('wc_prl_deployments_after_render', function(){ $('form.variations_form').each(function(){ $(this).wc_variation_form(); }); }); });