Store Hours: Monday-Friday 10am-6pm, Saturday 10am-5pm. Shipping available in checkout on all Cannondale, Surly, Transition bicycles, as well as select Specialized kids bikes!
MSW Miniac Wireless Bike Computer - Wireless, Black
$39.99
Excl. tax
MSW Miniac Wireless computers are designed to be installed quickly and give the essential information riders need to best enjoy their trip.
The rating of this product is 0 out of 5
(0)
In stock
(7)
Ten functions: clock, current speed, average speed, current vs average speed comparison, maximum speed, trip time, trip distance, total odometer, auto scan, calories
Two-button design
CR2032 battery included
May be installed on the Handlebar or Stem with included hardware
Analog wireless technology
Battery: 1, CR2032 Lithium Metal, 3(V), 220(Wh), 0.3g, Included
document.addEventListener("DOMContentLoaded", function() {
// Select the dropdowns
const dropdown1 = document.getElementById("dropdown1");
const dropdown2 = document.getElementById("dropdown2");
// Define the condition for disabling options in dropdown2 based on dropdown1's selection
const disableOptions = {
'Option1': ['Unavailable1', 'Unavailable2'],
'Option2': ['Unavailable3', 'Unavailable4'],
// Add more conditions as needed
};
// Function to update dropdown2 based on the selection of dropdown1
function updateDropdown2() {
// Get the selected option in dropdown1
const selectedOption1 = dropdown1.value;
// Get all options in dropdown2
const options2 = dropdown2.querySelectorAll('option');
// Loop through all options in dropdown2
options2.forEach(function(option) {
// Check if this option should be disabled based on the selected option in dropdown1
if (disableOptions[selectedOption1] && disableOptions[selectedOption1].includes(option.value)) {
option.disabled = true; // Disable the option
} else {
option.disabled = false; // Enable the option
}
});
}
// Add event listener for changes to dropdown1
dropdown1.addEventListener('change', updateDropdown2);
// Initialize the state of dropdown2 when the page loads
updateDropdown2();
});
By using our website, you agree to the use of cookies. These cookies help us understand how customers arrive at and use our site and help us make improvements.
Hide this messageMore on cookies »