Posts by Breno Pinheiro • 19 points
2 posts
-
0
votes1
answer410
viewsQ: How to make multiple HTTP requests inside a loop with JS
What I am trying to do is the following: I need to send a request in which an ID should be returned, as soon as I recover this ID triggers another request that finally registers the data on the…
-
1
votes0
answers258
viewsQ: Touch Event in Jquery
I’m starting in jquery and I’m having trouble touching for this function, it doesn’t work on mobile. $('#font_family').change(function() { svgCanvas.setFontFamily(this.value); });…