Posts by Gabriel Felipe • 41 points
2 posts
-
1
votes0
answers38
viewsQ: Problem with Oauth2 and PHP to enter with Facebook
On my site I have the option to login with your Facebook account to store your creations and etc.. It always worked well after implementation, however, without any changes in data or files,…
-
2
votes2
answers40
viewsQ: How to apply a function with "foreach", using a set of pre-selected items by the Jquery style selector?
I do not know if I could be clear in the title, and so I will illustrate. In jQuery, we could do something like this to make all H2 green: $('h2').css('color','green') I’m trying to get rid of…