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

console.js.util.common.js Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
$(function() {
    $("[data-toggle='tooltip']").tooltip()
});

function showSuccessDialog() {
    $("#success-dialog").modal("show");
    setTimeout('$("#success-dialog").modal("hide")', 2000);
}

function showFailureDialog(id) {
    $("#" + id).modal("show");
    setTimeout("$('#" + id + "').modal('hide')", 4000);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy