/* REVIEW A CLAMP RECEIVE A CLAMP */ /* --- */ /* Disable Gravity Form submission without valid coupon code */ .gform_wrapper input[type="submit"].coupon-code-disabled{ opacity: 0; color: #fff !important; background: #000 !important; pointer-events: none; } .gform_wrapper #gf_coupon_button.coupon-code-disabled{ opacity: 0.5; pointer-events: none; }

Jorgensen Multipurpose Sanding Kit

Jorgensen’s Multipurpose Sanding Kit is designed to deliver exceptional results on metal and wood surfaces. This seven‑piece multipurpose sanding kit features one sanding pad and six sheets of sandpaper in 80, 120, and 220 grit. The Multipurpose Sanding Kit is ideal for sanding and smoothing those hard‑to‑reach areas so you can ensure you get the job done right. This kit is conveniently designed to have a universal‑fit open‑back connector for use on most major brands of oscillating tools. In addition, the Multipurpose Sanding Kit comes with a 2 ⅞” × 2 ⅞” sanding pad to make sure you can reach those tricky areas with ease.

Set includes

  • (2) 80‑Grit Sandpaper Sheet
  • (2) 120‑Grit Sandpaper Sheet
  • (2) 220‑Grit Sandpaper Sheet
Product # Description
#70827 6-piece assorted grit sandpaper
/* REVIEW A CLAMP RECEIVE A CLAMP */ /* --- */ /* Disable Gravity Form submission without valid coupon code */ (function($){ $(function(){ // Elements var couponFormElement = 'form#gform_3'; var couponCodeField = '.gfield#field_3_3'; var couponCodeInput = '.gfield #gf_coupon_code_3'; var couponCodeInputValues = '.gfield #gf_coupon_codes_3'; var couponCodeValidationMessage = '.gfield #validation_message_3_3'; // Promo Code Form var promoForm = $(couponFormElement); // Check form if( promoForm[0] ){ // Check promo code is applied var promoCodeInterval = setInterval(function(){ // NO COUPON CODE if( $(couponCodeInputValues).val() === '' ){ // Submit Button $(couponFormElement + ' input[type="submit"]').addClass('coupon-code-disabled'); // Coupon Code Button $('#gf_coupon_button').removeClass('coupon-code-disabled'); } // HAS COUPON CODE if( $(couponCodeInputValues).val() !== '' ){ // Submit Button $(couponFormElement + ' input[type="submit"]').removeClass('coupon-code-disabled'); // Field Errors $(couponCodeField).removeClass('gfield_error'); // Display Coupon Code $(couponCodeInput).val( $(couponCodeInputValues).val() ); // Validation Message $(couponCodeValidationMessage).remove(); // Coupon Code Button $('#gf_coupon_button').addClass('coupon-code-disabled'); } }, 500 ); } }); }(jQuery));