" "
Car Models –Please Select–AccordAccord CrosstourAccord HybridAccord Plug-In HybridCivicClarityCrosstourCR-VCR-V HybridCR-ZElementFitFit EVHR-VInsightOdysseyPassportPilotRidgeline
$(document).ready(function(){ $('#car_model_c').on('change', function () { var id = $('#car_model_c').val(); var model = $('#car_model_c option:selected').text(); var msrp = $('#car_model_c option:selected').val(); console.log(model); console.log(msrp); if(id=="") {} else { var msrp_input_html = ``; $("#quote-form").append(msrp_input_html); // $('').attr({ // type: 'hidden', // id: 'msrp', // name: 'msrp', // value: msrp // }).appendTo("#quote-form"); } var models_input_html = ``; $("#quote-form").append(models_input_html); // $('').attr({ // type: 'hidden', // id: 'car-models', // name: 'car-models', // value: model // }).appendTo("#quote-form"); }); });
By submitting this form, I consent to receive communications from Titan Auto Warranty via phone, text message, and email regarding my request. I understand I will receive one automated message with my quote information. Message and data rates may apply. To opt out at any time, reply STOP. For assistance, reply HELP. Privacy Policy