Posts by Matheus Cardoso Reyes • 25 points
2 posts
-
1
votes1
answer783
viewsQ: Real-time data filter using Jquery
I am building a comment system and I would like when the user selects the value of a select field, a variable is sent to a PHP page with the selected value, and the same returns the results within a…
-
1
votes1
answer52
viewsQ: How to change the class of one element by clicking on another using Jquery
I am building a comment system and I would like a reply form to appear when I click on a button. The problem is that there is a response form for each comment, and I would like it only to appear the…