I need to show a alert when someone clicks on a radio button with a specific ID.
This is the radio button:
<input name="shipping_method" type="radio" class="validate-one-required-by-name" value="kerst_shipping_standard" id="s_method_kerst_shipping_standard">
And when someone clicks that radio button it needs to show a alert.