Posts by Marco Aurélio • 1 point
2 posts
-
0
votes1
answer28
viewsQ: Doubt about how to work with (getViewportHeight())
I have a problem. I have a Javascript library that creates a slider that can be folded horizontally. What I need is that the height of the block has a specific height according to the viewport…
-
0
votes2
answers1434
viewsA: Problem when performing XHR on the same domain (localhost)
I had the same problem. I managed to solve including in php file: header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow-Methods: GET, POST');