TenHoshi 10 June 2022 Code: $.each($("input:radio"), function( key, value ) { if ($(this).val() == 'spam_clean') $(this).prop("checked", true).trigger("click"); });
Code: $.each($("input:radio"), function( key, value ) { if ($(this).val() == 'spam_clean') $(this).prop("checked", true).trigger("click"); });