User:Pcoombe/sandbox: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 192:
<script>
$(document).ready(function() {
$("
$("
$(
});▼
$("#radiobuttons-table label, .input_amount_other").click(function() {
$(".input_amount_other").removeClass("checked");
});
$(".input_amount_other").click(function() {
$("#radiobuttons-table > td").each(function() {
Line 204 ⟶ 210:
});
$(".input_amount_other").addClass("checked");
$(
▲ });
▲ $(".frequency-options > label").removeClass("checked");
▲ $(this).parent().addClass("checked");
});
|