Vehicle Category: Commercial

95Nm@3000rpm
  • 27.05 kmpl
  • 70.67...
  • 4
122Nm@4400rpm
  • 26.08 kmpl
  • 91.18...
  • 4
98.5Nm@4300rpm
  • 31.12 kmpl
  • 55.92...
  • 4
82.1Nm@3400rpm
  • 34.73 kmpl
  • 55.92...
  • 3
69Nm@3500rpm
  • 22.05 kmpl
  • 47.33...
  • 3
98Nm@3000rpm
  • 22.07 kmpl
  • 72.41...
  • 4
Vehicle added!
The vehicle is already in the wishlist!
document.addEventListener('DOMContentLoaded', function () { // Get the select element and the input field const selectField = document.querySelector('select[name="Other"]'); // Replace with your select field name const otherInput = document.querySelector('input[name="Other"]'); // Replace with your input field name // Add an event listener for the select field selectField.addEventListener('change', function () { if (this.value === 'Other') { // Check if 'Other' is selected otherInput.disabled = false; // Enable the input field } else { otherInput.disabled = true; // Disable the input field otherInput.value = ''; // Clear the input field } }); });