/* 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 Steel bar clamp

Carbon Steel Carbon Steel
Cold-Drawn Screw Cold-Drawn Screw
Multiple-Disc Clutch Multiple-Disc Clutch

Jorgensen steel bar clamps are seriously strong. Cast‑iron stationary and sliding heads with an orange, powder coated finish are merged with a high‑carbon, rust‑resistant steel bar that packs a whopping 80,000 pounds per square inch of tensile strength. The fast‑acting sliding head is acme threaded to accommodate a cold‑drawn steel screw with a large easy‑grip handle and swivel pad. And our original multiple‑disc‑clutch design allows the sliding head to hold securely at any point along the bar. Available in a wide variety of sizes and clamping forces for light‑duty, medium‑duty, and heavy‑duty applications.

Product # Max Opening Reach Clamping Force Bar
#3706-HD 6" 3" 1,000 lb. 1" × 516"
#3712-HD 12" 3" 1,000 lb. 1" × 516"
#3718-HD 18" 3" 1,000 lb. 1" × 516"
#3724-HD 24" 3" 1,000 lb. 1" × 516"
#3730-HD 30" 3" 1,000 lb. 1" × 516"
#3736-HD 36" 3" 1,000 lb. 1" × 516"
Product # Max Opening Reach Clamping Force Bar
#3706 6" 2 12" 600 lb. 34" × 14"
#3712 12" 2 12" 600 lb. 34" × 14"
#3718 18" 2 12" 600 lb. 34" × 14"
#3724 24" 2 12" 600 lb. 34" × 14"
#3730 30" 2 12" 600 lb. 34" × 14"
#3736 36" 2 12" 600 lb. 34" × 14"
Product # Max Opening Reach Clamping Force Bar
#3704-LD 4" 2" 300 lb. 58" × 316"
#3706-LD 6" 2" 300 lb. 58" × 316"
#3708-LD 8" 2" 300 lb. 58" × 316"
#3712-LD 12" 2" 300 lb. 58" × 316"

Videos

Ratings and Reviews

/* 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));