$('.modal').on('hidden.bs.modal', function (e) {
$('#phone3').text('').css('color', 'white');
});
$('#phone3').text('').css('color', 'white');
$('#phone3').text('').css('color', 'white');
$('.modal').on('hidden.bs.modal', function(e) {
alert('asdasd');
});
hidden.bs.modal - This event is fired when the modal has finished being hidden from the user (will wait for CSS transitions to complete).