Vehicle Category: Nexa

122Nm@4400-4800rp
  • 27.97 kmpl
  • 91.18...
  • 3
136.8Nm@4400rpm
  • 20.27 kmpl
  • 101.6...
  • 4
113Nm@4200rpm
  • 20.89 kmpl
  • 81.80...
  • 4
147.6Nm@2000-4500rpm
  • 20.01 kmpl
  • 98.69...
  • 3
138Nm@4400rpm
  • 20.04 kmpl
  • 103.2...
  • 4
134.2Nm@4000rpm
  • 16.39 kmpl
  • 103bh...
  • 4
95Nm@3000rpm
  • 26.78 kmpl
  • 70.67...
  • 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 } }); });