Choose Water type

back

Heather

progress1

Ok, great! Where do you get your home’s water from?

jQuery(document).ready(function($) { $(‘#form_next’).click(function(){ //alert(“all right”); var radioValue = $(“input[name=’link’]:checked”).val(); if(radioValue){ //alert(“Your are a – ” + radioValue); window.location = radioValue; } }); }); jQuery(document).ready(function($) { $(‘.link_rd’).click(function(){ $(‘.img-home-btm’).removeClass(‘selected’); var sl = $(this).parent().parent().parent().parent().find(‘.img-home-btm’); sl.addClass(‘selected’); /* swap images */ $(‘.img-home-btm’).find(‘.selected_img’).addClass(‘none’); $(‘.img-home-btm’).find(‘.unselected_img’).removeClass(‘none’); sl.find(‘.unselected_img’).addClass(‘none’); sl.find(‘.selected_img’).removeClass(‘none’); }); });