From 4b95341a25fd587c8f58fe14877ea3239776f7ae Mon Sep 17 00:00:00 2001 From: suresh Date: Sat, 22 Jul 2023 14:59:10 +0530 Subject: [PATCH] suresh --- app/Views/memberaccess.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/Views/memberaccess.php b/app/Views/memberaccess.php index 738cda8..575440a 100644 --- a/app/Views/memberaccess.php +++ b/app/Views/memberaccess.php @@ -447,6 +447,14 @@ $(document).ready(function(){ }); }); + +$('#country').change(function() { + var country = $("#country").val(); + if(country != 'Canada') + { + $('#state').val(''); + } + });