????

Your IP : 3.141.38.5


Current Path : /home/thenclexdoctor.com/.trash/resources/js/admin/
Upload File :
Current File : /home/thenclexdoctor.com/.trash/resources/js/admin/new_registration_packages.js

(function ($) {
    "use strict";

    $('body').on('change', 'select[name="role"]', function (e) {
        const organizationInputs = $('.js-organization-inputs');
        const instructorInputs = $('.js-instructor-inputs');
        const value = $(this).val();

        organizationInputs.addClass('d-none');
        instructorInputs.addClass('d-none');

        if (value === 'organizations') {
            organizationInputs.removeClass('d-none');
        } else if (value === 'instructors') {
            instructorInputs.removeClass('d-none');
        }
    });

})(jQuery);

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...