Stainless steel carabiner with Auto Block sleeve. The X-Large is designed to offer a wide gate opening and a high tensile strength. The particular D shape prevents the rotation of the carabiner and allows to distribute the load along the major axis.
Equipped with Keylock system that prevents any snagging on the rope and in the bolts.
Fitted with Auto Block sleeve, easy to open even wearing gloves.
3 movements sleeve: to open the connector it is necessary to lift the sleeve, turn it and then pull the gate.
We promise not to bombard your inbox. Keep an eye out for promotional offers, discounts and events from On Rope 1.
Use code "OR125" to receive 5% OFF your first order!
document.addEventListener('DOMContentLoaded', function() {
// Get the weight method select element
var weightMethodSelect = document.querySelector('.option-weight-method');
// Get the weight value field container
var weightValueField = document.querySelector('.option-weight-value');
// Function to toggle the class based on weight method
function toggleWeightValueField() {
var selectedMethod = weightMethodSelect.value;
// Log the current selected method to the console
console.log('Selected weight method:', selectedMethod);
// If selected method is anything other than 'free', add the class 'display-weight-value-field'
if (selectedMethod !== 'free') {
console.log('Adding class to weight value field');
weightValueField.classList.add('display-weight-value-field');
} else {
console.log('Removing class from weight value field');
weightValueField.classList.remove('display-weight-value-field');
}
}
// Run the function initially to check the default state
toggleWeightValueField();
// Listen for changes on the weight method select and update the field visibility
weightMethodSelect.addEventListener('change', function() {
console.log('Weight method changed!');
toggleWeightValueField();
});
});
Reviews
There are no reviews yet.