suresh
This commit is contained in:
parent
69645b2b6d
commit
4b95341a25
@ -447,6 +447,14 @@ $(document).ready(function(){
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
$('#country').change(function() {
|
||||
var country = $("#country").val();
|
||||
if(country != 'Canada')
|
||||
{
|
||||
$('#state').val('');
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user