????

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/form_submissions_details.js

(function () {
    "use strict"

    $('body').on('click', '.js-clear-form', function () {
        const $form = $(this).closest('form')

        $form.find('textarea').val('');

        const $inputs = $form.find('input');

        for (const input of $inputs) {
            const $input = $(input);

            if ($input.attr('name') !== "_token") {
                if ($input.is(':checkbox') || $input.is(':radio')) {
                    $input.prop('checked', false)
                } else {
                    $input.val('')
                }
            }
        }
    })
})(jQuery)

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...