Posts by Sydrack Santos • 3 points
3 posts
-
-2
votes2
answers215
viewsQ: How to turn JSON_ENCODE from PHP to JSON in javascript
Hello, My javascript pulls the result of a select made in PHP, what arrives in Javascript is as follows: I do not understand why you are coming with this "string()" in front, I’ve tried using…
-
0
votes1
answer27
viewsQ: FOR no localstorage does not work
Good night, you guys, The state of my LOCALSTORAGE is like this: When I try to do that: for (var post in $window.localStorage) { console.log(post); var value =…
-
-1
votes1
answer57
viewsQ: How to access a json with jquery being passed by php
I’m passing a json to my view and I need to play inside the full Legends Vents, but I don’t know how to access this json through my URL in my localhost the view path that gets json is this…