jQuery(document).ready(function ($) { $('.payment-price').on('click', function (e) { e.preventDefault(); $('.payment-price').removeClass('selected'); $('.payment-price').find('input').prop('checked', false); $(this).addClass('selected'); $(this).find('input').prop('checked', true); }); });hzèç9ã