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

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