Subversion Repositories SmartDukaan

Rev

Rev 5527 | Rev 24033 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5527 Rev 22452
Line 33... Line 33...
33
    });
33
    });
34
 
34
 
35
    $('input[name$=item_id]').live('change', function() {
35
    $('input[name$=item_id]').live('change', function() {
36
        updateModelName($(this).closest('tr'), $(this).val());
36
        updateModelName($(this).closest('tr'), $(this).val());
37
    });
37
    });
-
 
38
    
-
 
39
    $('#walletFlag').live('change', function(){
-
 
40
        $('.rtgsgroup').toggle();
-
 
41
        $('.rtgsgroup input').attr('disabled', function(i, v) { return !v; });
-
 
42
    });
38
});
43
});