Posts by Carlos Teixeira • 5 points
5 posts
-
0
votes0
answers14
viewsQ: Mistake my PROCEDURE
Health and Peace for all. Please have a table tb_feriados_datas_tipo_procedure, which I am studying. The columns tb_feriados_datas_tipo_procedure has: feriados_id int(11) AUTO_INCREMENTO…
mysqlasked Carlos Teixeira 5 -
0
votes0
answers12
viewsQ: Error in the execution of the PROCEDURE
Health and Peace for all, This is about the following: Has a tb_register, to study how to populate the table with dates (created with Mysql), with the fields: cliente_id Primária int(11) data_inicio…
stored-proceduresasked Carlos Teixeira 5 -
0
votes1
answer35
viewsA: Including more Audios in a Function
Resolvei by changing Function like this: <!--function do audio --> <script> $(function(){ $("#audio1").on('play', function(){ var pe = $("#audio2").get(0); if(pe.paused == false)…
-
-3
votes1
answer35
viewsQ: Including more Audios in a Function
o Daniel, last week suggested an audio Function, which met perfectly what I wanted. It turns out I need to insert more audios. Dai includes a #audio3 and I made the changes in Function. The result…
-
-2
votes1
answer44
viewsQ: Audio on the same page. Play at each other
I’m trying the following: I created audio1 and audio2 based on what I learned here on the forum. It turns out that the result was not what was desired, IE, clicking the two sounds is heard. I would…
áudioasked Carlos Teixeira 5