Posts by Paulo Bolsanello • 81 points
6 posts
-
0
votes0
answers34
viewsQ: How to Catch Device Serial in PHONEGAP?
I need to get a phonegap. At the end of the URL I would like to add the device ID to see if it is already registered or not in the database. For sending I use the Ajax function of Jquery. Below…
-
1
votes1
answer292
viewsQ: Fullcalendar does not appear navigation bar
I am using the Fullcalendar plugin, it lists events correctly but only does not display the navigation bar. in the console no javascript errors appear. Looking at the Element I noticed that the…
-
0
votes1
answer545
viewsQ: How to create shortcuts with Javascript
The Script that follows below should allow the user to type the ALT+C combination where he would open a prompt and then enter a code to redirect to the page according to the numeric condigo…
-
2
votes1
answer2123
viewsQ: Decimals without rounding in javascript
How would you get the following result. I want to decrease a number of decimals after the comma without the number rounding ? ex: 5,8608 --> 5,860 I have tested several functions and forms but…
javascriptasked Paulo Bolsanello 81 -
2
votes1
answer227
viewsQ: Sum input fields in Table
My goal is to display the sum of Inputs in the Total Column in the "Total Order" input, where the Acrescimo (will be passed in decimal form (%)) and the discount value (will be passed in decimal…
-
2
votes1
answer342
viewsQ: Put multiplication result in another input and add Totals
My goal is to display the sum of Inputs in the Total Column in the "Total Order" input, where the Acrescimo (will be passed in decimal form (%)) and the discount value (will be passed in decimal…