Posts by Rafael - Competi • 45 points
4 posts
-
1
votes0
answers490
viewsQ: Decimal rounding according to ABNT 5891
Good morning! Question: Is there a library, or function, that makes rounding according to ABNT NBR 5891? Problem: I have to implement in Javascript a rounding rule following the standard ABNT NBR…
-
1
votes1
answer73
viewsQ: Insert field into table and compare if already exists, with Jquery
Good morning! I am inserting products in a table with Jquery, similar to a shopping cart, and I need to compare if the product has not already been inserted before. I tried with the code below, but…
-
0
votes0
answers518
viewsQ: API consumption with multiple requests
Good morning! I need to make several requests in a REST API, using PHP, passing multiple parameters. currently I make one foreach using a variable in the url. However due to processing time and…
-
2
votes2
answers539
viewsQ: HTML5 Drag and Drop
I am using the example provided on the website of w3schools, to generate a Drag/Drop with two columns (DIV). The objects that will be moved between these DIV’s are identified by Ids 1 to 5. So far…