Posts by Everton Freitas • 3 points
2 posts
-
0
votes1
answer77
viewsQ: How do I get the parent div of that element e.target
I tried like this and with .parent() but it did not give... $('.review' + reviewsArray[index] + '').one('webkitAnimationEnd oanimationend msAnimationEnd animationend', function(e) { $('.review' +…
-
0
votes2
answers72
viewsQ: How to show Json fields with PHP
I have the following Json in a PHP variable: [ {"pergunta[0]":"Quantos anos?"}, {"pergunta[1]":"Qual sua altura?"}, {"resposta[0]":"12"}, {"resposta[1]":"1.65"} ] and my goal is to show it as…