diff --git a/resources/views/system/addedit.blade.php b/resources/views/system/addedit.blade.php index a2d052c..74721b2 100644 --- a/resources/views/system/addedit.blade.php +++ b/resources/views/system/addedit.blade.php @@ -708,9 +708,9 @@ ], }); - $('data.validated').on('click',function(item) { + $('table#address_table').on('click','data.validated',function(item) { that = $(this); - var values = item.delegateTarget.value.split(':'); + var values = item.currentTarget.value.split(':'); var icon = that.find('i'); if (values[1] === '1') {