Posts by Nicolas Miranda Baiger • 17 points
6 posts
-
0
votes1
answer26
viewsQ: I can’t log out on Firebase
Hello I have an application where the person connects by firebase until then nothing else because this is already configured and working, so I created this button in case the person wants to end the…
-
-1
votes1
answer32
viewsQ: I can’t send that form via Ajax!
Hello I have this form code in case the person wants to help my project: <form id="my-form" action="envia.php" method="POST"> <label for="fname"><i class="fa fa-user"></i>…
-
0
votes1
answer44
viewsQ: Am I Connecting to Database Correctly?
hello I have this table named Payment: fname email adr city cnameccnumexpmonth expyear cvv id and I have this payment form if the person wants to help my project! <form id="my-form"…
-
0
votes0
answers9
viewsQ: mediaElement does not work on jlPlayer
hello I’m using the using the jlPlayer and I have this video code: <video preload="none" class="jlplayer-video" id="MY_VIDEO_1" onended="refresh()"> <!-- <track kind="captions"…
-
0
votes0
answers67
viewsQ: How to resolve the Uncaught Syntaxerror: Unexpected token Ajax?
hello I have the following code: var player = videojs('MY_VIDEO_1'); player.on('ended', function() { $.ajax({ url: "", context: document.body, success: function (s, x) { $(this).html(s); }) }; and…
-
-1
votes2
answers50
viewsQ: Play video from a playlist according to date and time has how?
hello i am creating a system webtv/playlist have the following html code : <html> <head> <meta charset="utf-8"> </head> <body> <video id="player-video" controls…