All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.themes.example.js.cas.js Maven / Gradle / Ivy

function resourceLoadedSuccessfully() {
    $(document).ready(() => {
        if ($(':focus').length === 0) {
            $('input:visible:enabled:first').focus();
        }
        if (typeof (jqueryReady) == 'function') {
            jqueryReady();
        }
    });
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy