Jquery – Set 3 values to default values if only one of them returns 'undefined'
I am unable to set all three values (state, city, zip) to default (Sitka, Alaska, 99801) if only one of them returns 'undefined'. We are using this code in Unbounce page builder with MaxMind geo location finder. $(window).on('load', function() {…