modal.one jquery code example
Example: modal show jquery event
$("#phoneEdit").on('shown.bs.modal', function(e){
console.log('enter here');
// do anything after the modal open
$(".number_six").val("");
});
$("#phoneEdit").on('shown.bs.modal', function(e){
console.log('enter here');
// do anything after the modal open
$(".number_six").val("");
});