Template:2012FR/Form-section/Radiobuttons/Default: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 53:
$(".radiobuttons-cell label").click(function() {
$(".radiobuttons-cell label").removeClass("checked");
$(".input_amount_other").removeClass("checked");
$(this).addClass("checked");
});