Jump to content

Cannot edit data to show information on particular drop down selection


arunesh_dutta

Recommended Posts

Hello all I have concern with my code and a functionality shared part of code here.I want to show "Diesel variant not available)when diesel is selected for a petrol variant like maruti(brand),model(alto),fuel(diesel),but on changing the data "Estimation requires inspection of your vehicle. Please go ahead and book" it still shows the same sentence what can be possible cause and how to fix same..Thanks
function(data){
if(data)
{
if(data == 'No Price')
{
$('#amount').html('Please select all the filters');
}
else if(data == 0.00)
{
$('#amount').html("Estimation requires inspection of your vehicle. Please go ahead and book");
Thanks to all

 

286yhht.jpg

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.