Posts by Josuel Machado • 11 points
1 post
-
1
votes2
answers548
viewsQ: Subtraction in jquery
I have this function in javascript, and I wanted to pass it to jquery. The user clicks on an html button and calls the function for a discount.` <script> function verifica(){ var preco = 100;…