Posts by Gustavo Sales • 176 points
5 posts
-
0
votes1
answer31
viewsQ: Callback for CSS3 Transitions
Is there any javascript or jQuery callback function for transitions in css3 objects?
-
4
votes1
answer826
viewsQ: Is SQL Query in Loops a good practice?
Ride query with Where or other sql commands within loops like Foreach is it a good practice or not recommended at all? There is a better way to treat the data without having to make so many calls in…
-
2
votes2
answers3199
viewsA: After selection with Select2, how to automatically fill in form fields?
Use the method change and with the id that is the value selected in Select2 make an ajax call to get all the data you need and then populate the fields with the method html $('#nome_pj').select2({…
-
1
votes5
answers801
viewsA: Is it possible to upload files without using PHP?
There is a plugin called jQuery Form, with it you can make requests, however to "use javascript only" you need some repository API where you pass only parameters. Another solution would be to…
-
9
votes1
answer999
viewsQ: How to update data in real time?
Sites like Facebook, Twitter even this one we are now updating their data in real time, in the case of Facebook: when a user likes some post automatically the data on your screen is updated and so…
web-applicationasked Gustavo Sales 176