Posts by Felipe Torres • 89 points
2 posts
-
-1
votes2
answers382
viewsA: Flexbox, can I use without fear in 2017?
Yeah, it’s working out. If your question is regarding the acceptance of Flexbox on platforms, a very cool tool is Caniuse. You see exactly which platforms and versions accept what you are looking…
-
9
votes3
answers3547
viewsA: Meaning of parameters in an AJAX request
I think your own answer already answers some of your questions. JSON.stringify: simply serves to convert the JSON object to a format that can be transferred via an HTTP request. contenttype: false:…