mmozone

DC Universe Online

Buy DC Universe Online in-game items for the world of superheroes and villains to make your character a better fighter.

GOLD

Custom Amount: * 10M = M DCUO Cash EUR
I want to spend: EUR

DC Universe Online

4.20103.54


SKU: DCUO Category:

Description

Buy DC Universe Online in-game items for the world of superheroes and villains to make your character a better fighter.

I want to spend: EUR
$('.ProductViewCustomAmount, .ProductViewCustomTotal').show(); $('.ProductViewVariations').hide(); } else { console.log("I am on line 78"); $('.ProductViewCustomAmount, .ProductViewCustomTotal').hide(); $('.ProductViewVariations').show(); } } // Initial check var initial = $('.OptionForm--Radio button.active').data('type') || $('.OptionForm--Radio button:first').data('type'); toggleCustomAmount(initial); // On button click $(document).on('click', '.OptionForm--Radio button', function (e) { e.preventDefault(); $('.OptionForm--Radio button').removeClass('active'); $(this).addClass('active'); var selected = $(this).data('type'); // <-- now correct toggleCustomAmount(selected); }); // On select change $(document).on('change', '.OptionForm--Select select', function () { toggleCustomAmount($(this).val()); }); });