code postal leheriya tunisie code example
Example: code postal leheriya tunisie
$("#agree").change(function() {
if ($(this).is(':checked')) {
$('#button').prop('disabled', false);
} else {
$('#button').prop('disabled', true);
}
});