I am trying to control tabs with radio buttons to change a content area for a scheduling screen. This works fine other than the radio buttons do not check.
Anyone g
Bootstrap 4.3.1 working tabs as radio buttons
$(document).ready(function () { $('input[name="intervaltype"]').click(function () { $(this).tab('show'); $(this).removeClass('active'); }); })
Daily Weekly Monthly Daily Weekly Montly