Posts by Edson Junior • 1 point
4 posts
-
0
votes0
answers299
viewsQ: Loading Screen
I’m here again. I have a page (index), that calls a Avascript, to assemble a graphic on the screen, I am able, but the graph is taking a little bit to render and when it does not render the screen…
-
0
votes0
answers2200
viewsQ: Unexplained Error, Uncaught Syntaxerror: Unexpected end of JSON input
I’m making a chart and I’m using Chart.js, PHP and jQuery. I managed to run with the correct information, but after a while it stops working and presents the following error: Uncaught SyntaxError:…
-
0
votes3
answers144
viewsQ: Doubt - Array php return
I’m a beginner in php, and I came across the next problem. I have a function that returns me an array that comes from the database. $teste = dados($conexao); And I do: print_r($teste); It returns me…
-
0
votes0
answers458
viewsQ: Calendar in Angular 4
I have a problem... I need you to have a very simple calendar on my application. I was able to find only those who need an input, as the example below. <input class="teste"> and…