remove alert in member_list.php : venkateshwaran
This commit is contained in:
parent
11f469993a
commit
5a07f82bff
@ -298,8 +298,7 @@ $(document).on('click','.transaction',function(){
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(document).on('click','.del-balance',function(){
|
$(document).on('click','.del-balance',function(){
|
||||||
// alert($(this).attr('id').split('|')[2])
|
|
||||||
alert($(this).attr('id').split('|')[1])
|
|
||||||
bal = $('.balance').html();
|
bal = $('.balance').html();
|
||||||
cer_trans = $(this).attr('id').split('|')[0];
|
cer_trans = $(this).attr('id').split('|')[0];
|
||||||
tot = bal - cer_trans;
|
tot = bal - cer_trans;
|
||||||
@ -322,8 +321,7 @@ $(document).on('click','.del-balance',function(){
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(document).on('click','.add-balance',function(){
|
$(document).on('click','.add-balance',function(){
|
||||||
// alert($(this).attr('id').split('|')[2])
|
|
||||||
alert($(this).attr('id').split('|')[1])
|
|
||||||
bal = $('.balance').html();
|
bal = $('.balance').html();
|
||||||
cer_trans = $(this).attr('id').split('|')[0];
|
cer_trans = $(this).attr('id').split('|')[0];
|
||||||
tot = bal + cer_trans;
|
tot = bal + cer_trans;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user