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

META-INF.resources.butterfaces-js.butterfaces-ajax.js Maven / Gradle / Ivy

if (typeof butter === 'undefined') {
    butter = {};
}
butter.ajax = {};

butter.ajax.disableElementsOnRequest =  function(/* object */ data, /* array of string */ ids) {
    var status = data.status;

    // console.log(data);
    // console.log(ids);

    switch (status) {
        case "begin": // Before the ajax request is sent.
            // console.log('ajax request begin');

            for(i=0;i




© 2015 - 2025 Weber Informatics LLC | Privacy Policy