AVA Dom Alberto

← Voltar para AVA Dom Alberto

//document.querySelector('button.pum-close.popmake-close').setAttribute('onkeydown','teste(this)') //function teste(e){ //console.log(e) //e.parentElement.parentElement.style.display = 'none' //} /*window.onload = function() { document.querySelector('.delete_sub').parentNode.removeChild(document.querySelector('.delete_sub')) }*/ // Bloquear o btn de enviar tarefa quando um arquivo esta sendo submetido /* // jQuery('#assignment #commentform .pl_assignment_progress').on('DOMSubtreeModified', 'div', ()=>{ // let btnStatus = jQuery('#assignment #commentform input#submit').attr('data-btnStatus') // if (btnStatus == "desbloqueado") { // jQuery('#assignment #commentform input#submit')[0].removeAttribute('data-btnStatus') // jQuery('#assignment #commentform input#submit')[0].removeAttribute('disabled') // } // else if (btnStatus != "bloqueado") { // jQuery('#assignment #commentform input#submit')[0].setAttribute('disabled', true) // jQuery('#assignment #commentform input#submit').attr('data-btnStatus', 'bloqueado') // } // }); // jQuery('#assignment #commentform .pl_assignment_progress').on('DOMSubtreeModified', 'div strong', ()=>{ // jQuery('#assignment #commentform input#submit').attr('data-btnStatus', 'desbloqueado')// // });