Sha256: 3124d58030de9a38d55af2a6a2636c576a6760a790a715007797a1dcc44b70e4
Contents?: true
Size: 514 Bytes
Versions: 73
Compression:
Stored size: 514 Bytes
Contents
App.views.Pagarme.addChild('PaymentChoice', { el: '.list_payment', events: { 'change input[type="radio"]' : 'onListPaymentChange' }, onListPaymentChange: function(e){ var that = this.parent; $('.payment_section').fadeOut('fast', function(){ var currentElementId = $(e.currentTarget).attr('id'); that.$('#'+currentElementId+'_section').fadeIn('fast'); }); }, activate: function(){ var that = this.parent; that.$('input#payment_type_credit_card').click(); } });
Version data entries
73 entries across 73 versions & 1 rubygems