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