
Enviado em 07/05/2017 - 18:11h
Estou com o seguinte código rodando o plugin sqlite do cordova:
for(var i=0;i<n;i++){
db.executeSql('SELECT alunoNome, alunoTurma, alunoId FROM Aluno WHERE alunoId = ?', [v.rows.item(i).ocorrenciaAlunoId], function(rs){
html +=
"<table class='tab' align='center' width='95%'>\
<tr align='center' height='35px'>\
<td width='72%' "+style+" onclick='verPerfilAluno("+rs.rows.item(0).alunoId+");'>"+rs.rows.item(0).alunoNome+"</td>\
<td width='16%' "+style+">"+rs.rows.item(0).alunoTurma+"</td>\
<td class='olho' width='12%' style='background:transparent; border:none'><img src='img/icon-olho.png' height='24px' onclick='verPerfilOcorrencia("+v.rows.item(i).ocorrenciaId+");'></img></td>\
</tr></table>";
document.getElementById('result').innerHTML = html;
});
}
Monitorando o Preço do Bitcoin ou sua Cripto Favorita em Tempo Real com um Widget Flutuante
IA Turbina o Desktop Linux enquanto distros renovam forças
Como extrair chaves TOTP 2FA a partir de QRCODE (Google Authenticator)
Como realizar um ataque de força bruta para desobrir senhas?
Como usar Gpaste no ambiente Cinnamon
Atualizando o Fedora 42 para 43
Atalho para usar interrogação (0)
VOL já não é mais como antes? (12)
Scripts ou binários [RESOLVIDO] (4)
Pergunta: Meu teclado não está respondendo direito como e consertar? ... (4)









