Posts by Amarildo Martins • 65 points
3 posts
-
2
votes2
answers107
viewsQ: Duplicate Jquery event in ajax call
Good afternoon guys, I’m in the following situation: I have my page called Stock.html, it contains the Jqueries events belonging to it, for now everything normal, but on this page there is a button…
-
2
votes2
answers117
viewsA: Recover parameter to filter in SQL: date and time every minute
I think the ideal thing, since you want to consult every 30 minutes, is to adjust your counter to minutes. For example: 24hrs are 1440min, and then would decrease minutes instead of hours. In PHP…
-
2
votes2
answers489
viewsQ: How not to overlap labels(Annotations) in google Harts?
I am developing a line chart, where the labels(Annotations) are fixed, but some points are very close to each other, thus superimposing a label on the other. I wonder if you have any way to change…