Cannot edit data to show information on particular drop down selection

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

This looks like jQuery rather than PHP, @arunesh_dutta

2 Likes

Thanks let me try posting same

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.