Posts by Guilhermezio • 31 points
3 posts
-
1
votes0
answers161
viewsQ: Event fired twice in Jquery click
I am on time having problems with jQuery events. I have used all the best practices to stop the double event of click. Following are examples: .off() e.preventDefault(); e.stopPropagation();…
-
2
votes1
answer198
viewsQ: Double event on jQuery click
I am on time having problems with jQuery events. I have used all the best practices to stop the double event of click. Following are examples: .off() e.preventDefault(); e.stopPropagation();…
-
0
votes0
answers111
viewsQ: Working with pennies in C
In the code below I can receive values in the pay fields without cents (example: 1,800), but if I put (1,800,20) has error. Detail I’m using setlocale(LC_ALL,"Portuguese"); . printf("\nAntepenúltimo…